Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tell me drive mapped to 'lrl5emd6'
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00890107
Message ID:
00890111
Vues:
32
This message has been marked as the solution to the initial question of the thread.
>Isn't there some sort of scripting filesystemobject technique to id a drive letter for an application on the users pc?

Would this work for you?
oNet = CREATEOBJECT("wscript.network")
oDrives = oNet.EnumNetworkDrives()
FOR i=0 TO oDrives.Count-1 STEP 2
	? oDrives.Item[i], oDrives.Item[i+1]
ENDFOR
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform