Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing to a folder with a long name
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Changing to a folder with a long name
Miscellaneous
Thread ID:
00826065
Message ID:
00826065
Views:
65
Hi all, I've been trying to use the SetCurrentDirectory API function to change from a folder to another with a long name (not supported for the CD command of VFP) but it isn't working. Here's the sintax I'm using so if anybody knows the reason just let me know.
  SET DEFAULT TO c:\anyfolder
  DECLARE INTEGER SetCurrentDirectory  IN WIN32API  string @

  cDir ="c:\my new current folder"+CHR(0)
  x=SetCurrentDirectory(cDir)
TIA,

Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Next
Reply
Map
View

Click here to load this message in the networking platform