Thread: checking path
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones[_2_] Norman Jones[_2_] is offline
external usenet poster
 
Posts: 421
Default checking path

Hi Steffi,

See how Ron de Bruin's uses a boolean
variable (ExistFolder) with his ChDirNet
function (based on Rob Bovey's code) to
check for specified folders:

http://www.rondebruin.nl/txtcsv.htm



---
Regards.
Norman


"Stefi" wrote in message
...
Hi All,

I have to check existence of folders. I use DriveExists to check wether
the
specified drive exists and it works if the path starts with a drive letter
(e.g. F:\).
But I have path names starting with a server name (e.g. \\s00dt002\) and I
cannot find a way to check the existence of \\s00dt002\ .

Please help!
Thanks,
Stefi