Can anybody tell me why this code:raises an error (Error #:75 Path/File access error)VB Code:
RmDir Obj.SelectedItem.Key
Note: The folder ("D:\Downloaded Files\Mp3\Regalito") does exist and has no files in it
Printable View
Can anybody tell me why this code:raises an error (Error #:75 Path/File access error)VB Code:
RmDir Obj.SelectedItem.Key
Note: The folder ("D:\Downloaded Files\Mp3\Regalito") does exist and has no files in it
You may want to try that with a pathname that does not have any spaces in it to see if that is the problem.
No. Same problem.... but I guess I found the problem, VB has to get it opened somehow because I cannot delete it even from Windows Explorer.