You are not logged in.
Pages: 1
Hi everyone, I have a project where we are downloading a set of folders from an FTP and each folder contains 2 files, a text file and JPG. I have the script to rename the TXT file based on the folder name, but I need to delete the JPG file from each folder.
So I assume I have to use WideDeleteFile, but I cant figure out the syntax. Can anyone help me with deleting files with a JPG extension.
Thanks for your help!
Offline
Have you seen the wiki yet?
http://www.den4b.com/wiki/ReNamer:Pasca … Management
Here's a script with the function in action. So basically, just
WideDeleteFile('File.ext'); or WideDeleteFile('Drive:\Path\to\File.ext'); should do.
Last edited by Andrew (2012-09-28 18:31)
Offline
Pages: 1