VBGamer |
|||||||||||||||||||||||||||
RE: Directory Deleting Rag on a Stick (1 reply, 0 views) (2000-Jun-27) You could use the Shell command, what it does is acts like dos, so you could use deltree, and if I am correct (doubtful), the confirmation thing won't appear, so you could use:
Shell "Deltree FolderToDelete"
and that might work.
|