Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove a dir
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00106700
Message ID:
00106707
Views:
27
>File access is denined when I remove c:\temp because I have a sub dir. any other ideas?

You should delete firstly all files ERASE c:\tmp\*.* and also delete all subfolders. The latter deletion can be done by collecting folder names into array ADIR(...,'D') and then applying RMDIR to each subfolder name.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform