Hi Guys i am trying to delete a folder in my AppData\Roaming Folder
This is the script i have and the folder as you can see is called RotemNet
What am i doing wrong as the folder does not want to delete.
Thanks
Folder.Delete("%ApplicationDataFolder%\RotemNet");
This is the script i have and the folder as you can see is called RotemNet
What am i doing wrong as the folder does not want to delete.
Thanks
Folder.Delete("%ApplicationDataFolder%\RotemNet");
Comment