Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a Directory
Message
From
28/11/2006 12:11:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/11/2006 11:54:53
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01172934
Message ID:
01172983
Views:
17
>Craig:
>
>Thanks for the tip. From what I could fine in the VFP8.0 Help File, the internal command is MKDIR.
>
>You know, I never knew this type of command existed and I guessing it has been there for years.
>
>It works beautifully! There is no DOS Shell screen interrupting the flow. Its a great discovery! Thanks very much.
>
>Mike Smith

Mike,
Here is a tip. If you ever need to create a folder structure like:

c:\folder1
c:\folder1\sfolder1
c:\folder1\sfolder1\ssfolder1
c:\folder1\sfolder1\ssfolder2
c:\folder1\sfolder2
...

and c:\folder1 do not exist yet (or it does), then you can do this:

md ("c:\folder1\sfolder1\ssfolder1")

to create first 3 folders in one shot.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform