Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a directory
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Versions des environnements
Visual FoxPro:
FoxPro Windows
OS:
Windows NT
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01016367
Message ID:
01016391
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform