Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long directory names
Message
 
 
To
19/10/2001 17:05:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00571131
Message ID:
00571168
Views:
41
>Ok then, how about this... if I have the long directory name, how can I get the shortened version of it?

How about the Win32 GetShortPathName()?
Declare integer GetShortPathName in win32api string @, string @, integer
lsShortPath = Space(200)
?getshortpathname("c:\documents and settings", @lsShortPath, 200)
?lsshortpath
Mike Stewart
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform