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

Are you trying to check if a directory exists on the PC from the PPC, i.e., is the code above running on a PPC?
I do not think the PPC can "look" into the PC. The other way around is possible, i.e., the PC can check if a directory exists on a connected PPC.
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform