Page 2 of 2
Re: script to wipe file and folder
Posted: 15 Apr 2016 11:13
by swan_x
Not work! When run, I have a little window with 2 line of the script...
Re: script to wipe file and folder
Posted: 15 Apr 2016 11:18
by highend
Ofc it works. Indent the lines!
Re: script to wipe file and folder
Posted: 15 Apr 2016 11:52
by swan_x
$folder = "<C:/aaa>"; wipe listfolder($folder);
right? If you mean that, it does not work!
Re: script to wipe file and folder
Posted: 15 Apr 2016 11:56
by swan_x
It takes little to write the correct script...
Re: script to wipe file and folder
Posted: 15 Apr 2016 12:19
by PeterH
1) you know what indentation is? (Though your "solution" helps for this.)
2) You might try to not use < and >
Re: script to wipe file and folder
Posted: 15 Apr 2016 12:36
by highend
<C:/aaa>
Since when do OS'es use <> around
real paths?
Re: script to wipe file and folder
Posted: 15 Apr 2016 18:24
by swan_x
Ok now work! Thanks