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
How to find CD Burning folder path in c# and operating system as a XP?
Shared calendar does not show appointments until refreshed
htaccess modrewrite Urls
how to export the SSL certificate from Microsoft exchange 2003 in the .p12 format for mobile phone HTC Desire
How to Installing SQL-DMO on sql 2008
How to Backup Ubuntu Server 8.10
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
Upgrading graphic card ATI Radeon X1650 Pro (RV530)
Why can't we start HID Input Service? Help!
are there any inherent issues introducing a server 2008 system into a predominantly 2003 network?