Leemi
Wed Mar 03 16:18:10 CST 2004
Hi:
Try this:
Cfolder="c:\data54"
MD &cfolder
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003
>I am fairly new to programming/foxpro. I am rewriting an existing dos
application using vfp 8. >The application has the ability to setup new
company files. Upon creating these company files, it >creates a folder in
the application directory (for example if I setup company 54, a folder
called >"Data54" will be created with all the dbf files in that folder). My
question is, how can I make this >happen? I want to create a folder for a
company to work out of. Any help at all would be much, >much appreciated!!