Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find UNC path to a file?
Message
De
14/06/2007 13:50:30
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01232750
Message ID:
01233160
Vues:
17
Function GetFileUNC
Lparameter pcDirText
IF FILE(pcDirText) AND ADIR(laDir,JUSTPATH(pcDirText),"V") >= 1 ;
AND LEFT(laDir(1),2) = "\\"

pcDirText = STUFF(pcDirText, 1, 2, laDir(1))
ENDIF
RETURN pcDirText
Thank you,
- Frank
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform