View Single Post
Old 03-15-2013, 11:26 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

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\"
bigstar is offline