Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove sub-directory programmatically
Message
From
07/03/2001 23:01:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Remove sub-directory programmatically
Miscellaneous
Thread ID:
00482991
Message ID:
00482991
Views:
43
i thought some house-keeping is in order when dealing with a lot of temp files. so i create a temp sub-directory as a working area and remove it when i quit the project.

my init codes are:-
publ tempsdir
tempsdir='c:\Jobname\temp'
md (tempsdir)

in my quit cmdbutton, its click code is:-

clos all
rd (tempsdir)

but i get an "access denied" message. how can i rectify it? ta
Next
Reply
Map
View

Click here to load this message in the networking platform