Microsoft
Software
Hardware
Network
Question : DirectoryExists does not work on UNC path
Hi,
In my app I need to check if a folder exists.
DirectoryExists('\\mycomp\
d$\Documen
ts')
though the folder does exist, it always returns False.
Checking the same folder in a different way returns True.
DirectoryExists('D:\Docume
nts')
As I'm working in a network environment I need to use the UNC-path in order to point to the correct folder on the server (and not to a local folder on the client computer)
How can this be solved?
Answer : DirectoryExists does not work on UNC path
The problem is probably in permissions. Could you open \\mycomp\d$\Documents from Start/Run ?
Random Solutions
PHP Pass Parameters to Online Activation Page
Help with Vista re-installation
Emc Networker mminfo command
Compare 2 separate databases
Zebra LP 2844 label printer prints the first print job successfully, subsequent print jobs after skip labels and/or print partial data on labels until computer is rebooted.
I/O error reported on file system /oracle/P1U aix hdisk path vio
IIS 6.0 asp.net 2.0 cpu performance issue
i7-860 vs. i7-920
Autloader and Cleaning Tape Mounts (Considered a "use" with every mount?)
how can I read more then one cell an excel file in vb.net