Directory puzzle
Larry_R_Huisingh at rl.gov
Larry_R_Huisingh at rl.gov
Mon Mar 18 12:41:01 EST 2002
I would suggest
put there is a directory "//hostnt/library/."
or
put there is a directory "//hostnt/library/./"
in an attempt to reference the directory instead of the "share name"
(//hostnt/library). I think that the share name is treated as a different
kind of reference and needs the appended period "." to indicate it is a
directory reference you are making. It basically means you need a special
case for determining when you are using just the share name vs. the share
name plus a directory name.
Larry Huisingh
>
> I have made a file selector dialog for my application which
> has developed a
> problem in Windows 2000 which puzzles me:
>
> I have a path "//hostnt/library/tereza/gotalk" (which is an existing
> directory),
>
> and I type in the msg box:
> put there is a directory "//hostnt/library/tereza/gotalk"
> MetaCard puts "true"
>
> then I type:
> put there is a directory "//hostnt/library/tereza" -->true
>
> then I type:
> put there is a directory "//hostnt/library" -->false
>
> My scripts are doing the same, and getting the same output.
> Is there some
> Windows or network thingy happening? Adding a "/" to the end makes no
> difference.
>
> What can I do? What's going on?
>
> Going crazy,
More information about the metacard
mailing list