I'm trying to create a delete.folder action in the On Pre Install.
When I do a delete.file, I can click the icon on the right and go browse to the file and it automatically adds the path.
The delete.folder doesn't seem to have a "browse to" option and in doing these scripts I am confused about writing the path considering it shows "\\" at the beginning ("C:\\MyFolder"). The examples don't help... For example, if I want to delete a folder and the path is... C:\users\dale\desktop\MyFolder\Images\Trains
do I enter that path as that or do I have to use "\\" instead of the "\" or what am I doing wrong? So far I can add/delete files, but can't seem to get it to delete a folder in a folder, etc.
Thanks.
When I do a delete.file, I can click the icon on the right and go browse to the file and it automatically adds the path.
The delete.folder doesn't seem to have a "browse to" option and in doing these scripts I am confused about writing the path considering it shows "\\" at the beginning ("C:\\MyFolder"). The examples don't help... For example, if I want to delete a folder and the path is... C:\users\dale\desktop\MyFolder\Images\Trains
do I enter that path as that or do I have to use "\\" instead of the "\" or what am I doing wrong? So far I can add/delete files, but can't seem to get it to delete a folder in a folder, etc.
Thanks.
Comment