G
Guest
Hi,
Once again I come to you all for help.
I simply want to delete a directory. I have read over the examples
already posted on this site and used the useful info passed on to
others but I still cannot get either "RmDir" or "FileSysObj.DeleteFolder"
to remove the directory.
I have used the RmDir command before and it worked okay, but not
in this application. I am beginning to suspect that I have crossed the
line with respect to how many levels of directories the RmDir command
can handle. In my working example I have 6 levels of directories, in
my latest example I have 7 levels of directories.
Code fragments:
Dim strDirRmv as String
Dim ojbFileSysObj as Object
Once again I come to you all for help.
I simply want to delete a directory. I have read over the examples
already posted on this site and used the useful info passed on to
others but I still cannot get either "RmDir" or "FileSysObj.DeleteFolder"
to remove the directory.
I have used the RmDir command before and it worked okay, but not
in this application. I am beginning to suspect that I have crossed the
line with respect to how many levels of directories the RmDir command
can handle. In my working example I have 6 levels of directories, in
my latest example I have 7 levels of directories.
Code fragments:
Dim strDirRmv as String
Dim ojbFileSysObj as Object