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:
00795195
Views:
28
This message has been marked as the solution to the initial question of the thread.
>Hi George,
>What is the deference between:
>
>oFso = CreateObject("Scripting.FileSystemObject")
>lcFolder = < ... >
>oFso.DeleteFolder(lcFolder)
>
>and
>
>lcdir = GETDIR()
>oFolder = oFSO.GetFolder(lcdir)
>oFolder.Delete(.T.)
>
There isn't one. The operations are identical.
George

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

Click here to load this message in the networking platform