Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding a directory on a pc
Message
De
04/04/2007 04:31:19
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Finding a directory on a pc
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01211911
Message ID:
01211911
Vues:
70
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform