Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting a Directory and all sub-directory...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00795177
Message ID:
00795181
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
You can use WSH.
oFso = CreateObject("Scripting.FileSystemObject")
lcFolder = < ... > 
oFso.DeleteFolder(lcFolder)
>I need to delete directories and all sub-directories.
>
>On the Old DOS we had a commande "DelTree" that do just that.
>
>Any one know a quick we to do just that in VFP?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform