Steven,

You might want to check out the latest version of Kent Kersten's FileXtra3.
http://kblab.net/xtras/

UNC volume names are now supported, which means you you can test for 
the presence of a network volume without mapping it to a drive letter.

set f = new( xtra "filextra3" )
set netVolumeExists = fx_VolumeExists( f, "\\SERVERNAME\ShareName\")

Not sure how to map it to a drive. Maybe BuddyAPI can help there. You 
may even find that you don't need to map the volume to a drive letter.

Good luck,
Cole


>Hello,
>
>I've been asked to find a server across a network
>by the name of the server (not drive number) and
>then map it to a local drive (not even sure what
>all that means).  This is to save a simple comma
>delineated list in a text file that needs to be
>saved into a specific folder on a named server
>and this needs to work in many different networks
>where the server might be a different drive letter.
>
>Also, it needs to check on start-up whether or not
>the network is connected.
>
>Any ideas?  Is this possible?
>
>Thanks in advance,
>Steven

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to