03-15-2013, 11:26 AM
|
#2
|
|
FlashFXP Developer
FlashFXP Administrator ioFTPD Scripter
Join Date: Oct 2001
Posts: 7,350
|
The syntax you're using is not correct, this information is available in the help file.
Example to delete a single file:
flashfxp.exe "\alpha\omega" -delete="\path\to\file.ext"
Example to delete a folder and all sub-folders within it:
flashfxp.exe "\alpha\omega" -delete="\path\to\delete\"
|
|
|