Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding a directory on a pc
Message
From
04/04/2007 04:31:19
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Finding a directory on a pc
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01211911
Message ID:
01211911
Views:
69
Hi all,

i'm writing a appl that works on a pocket pc. From that pocket pc i want to check if a directory exists on the pc where the handheld is docked.

i'm using the next command lines :
string = lcMyDirectory = @"c:\work\workin\";
if (!directory.Exists(lcMyDirectory))
{
codelines
}

Problem is that the directory exists on the pc but the handheld keeps on telling it doesn't exists.

Anybody has a clue ?

thnx
Kurt
Next
Reply
Map
View

Click here to load this message in the networking platform