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:
00562478
Views:
14
>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???
>
>
>________________
>_____/ Regards,
>____/ al
>___/
>__/
>_/
>/

The Scripting.FileSystemObject can copy folders and sub-folders. Take a look at the third article in the series on the Windows Script Host written by Ed Rauh and myself. It appeared in the VFUG newsletter last November, and is available on-line at www.vfug.org.

As a side now the Shell.Application object is capable of displaying a progress dialog. I wrote an article on that object in one of the VFUG newsletters that appeared earlier that year.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform