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:
01016378
Vues:
11
>
>That looks like it should work, once I get the syntax worked out...
>what I'm trying to do is something like this
>RUN MKDIR 'C:\OMNIA\OIS4\'+cUserName
>
>where cUserName is collected from a field on the screen.
>
>I think I've done this before ... somewhere.
>
>BTW - Thanks!

Try
RUN MKDIR 'C:\OMNIA\OIS4\'&cUserName.
* or more readable
lcDirName = 'C:\OMNIA\OIS4\'+cUserName
RUN MKDIR &lcDirName
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform