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:
01016378
Views:
10
>
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform