Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a method to create a file path from passed string.
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01449783
Message ID:
01450231
Views:
45
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform