Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a directory
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
FoxPro Windows
OS:
Windows NT
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01016367
Message ID:
01016391
Views:
9
>I thought FoxPro 2.6 could create directories... and I thought I knew how... but now that I need to do that, I can't remember how!
>
>Please Help!
>
>TIA,
>Rick

FOXTOOLS.FLL has a MKDIR() function.

I don't know all the result codes but
? MKDIR("C:\ttmmpp") ---> 0 (success)
? MKDIR("C:\ttmmpp") ---> 6 (directory exists)
? RMDIR("C:\ttmmpp") ---> 0 (success - directory removed)
? MKDIR("C:\ttmmpp\abcd") ---> 1 (nexting error?)


0 = success
Previous
Reply
Map
View

Click here to load this message in the networking platform