Delete directory
-
use system(...) and run dos command rmdir using system(...) Good luck We Believe in Excellence www.aqueelmirza.cjb.net
-
RemoveDirectory() Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
RemoveDirectory() Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
I think this will work only if the directory is empty. "Dream bigger...Do bigger...Expect smaller" aji
see
_rmdir function
_**
**_
whitesky
-
I think this will work only if the directory is empty. "Dream bigger...Do bigger...Expect smaller" aji
Yes this works only in case when the directory is empty. You will have to use the SHFileOperation which deletes the files recursively in a folder to first empty the directory and then Remove it. Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_