Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Server Name
Message
De
26/07/2007 11:56:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01243772
Message ID:
01243804
Vues:
30
>>This still returns the mapped drive.
>
>Forgot a simpler code, which was discussed recently
>Re: How to find UNC path to a file? Thread #1232750 Message #1232759

I didn't know about the "V" flag on ADIR(). It's in Hacker's Guide, but not in VFP docs.

Posted by Frank in that thread:
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

endproc
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform