Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need a method to create a file path from passed string.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01449783
Message ID:
01450231
Vues:
46
Apologies if this has been posted already. The case of the file name is preserved.
DECLARE INTEGER SHCreateDirectory IN shell32;
	INTEGER hWindow, STRING pszPath

? SHCreateDirectory(_vfp.hWnd,;
	STRCONV('c:\test0\test1\test2\test3'+CHR(0), 5))
The 1st parameter can be 0.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform