Ive got somthing strange going on. I use Folder.DeleteTree to remove this folder on my system C:\Users\Jules\Desktop\Destination 1\VJplayer\VJplayer application\AutoPlay\Plugins
Application.GetLastError gives me this error directly after the call for Folder.DeleteTree:
"could not delete base folder"
Any help is appreciated. :yes
#EDIT 1
The folder exists and Folder.Exists returns true. So the folder realy is there...
Application.GetLastError gives me this error directly after the call for Folder.DeleteTree:
"could not delete base folder"
Any help is appreciated. :yes
#EDIT 1
The folder exists and Folder.Exists returns true. So the folder realy is there...
Comment