Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seeking way to create entire Directory Structures
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00562465
Message ID:
00562946
Views:
21
>Greetings -
>
>Let's say I want to copy files from within a Visual FoxPro application (6.0) to a destination that may or many not have the same directory structure as the source. For example:
>
>If the:
>
>SOURCE FILE TO COPY is R:\myAPP\DATA\COREDATA\MAINTABLES\ABC.DBF
>
>and I would like to create:
>
>S:\myAPP\DATA\COREDATA\MAINTABLES\ABC.DBF, but
>
>only the following structure/folders currently exists:
>
>S:\myAPP\DATA\
>
>What I am looking for is a function that I would use to do the copy from within Visual FoxPro that will look at the above an automatically create the missing folders (\COREDATA\ and \COREDATA\MAINTABLES\), then do the actual copy.
>
>Does anyone out there know or have a function like this???

Look at the SHFileOperation() API call, as documented in the Win API section - it can do exactly what you're looking to do.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform