View Single Post
Old 09-09-2016, 03:29 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Sorry about that, I should of tested my example on a folder with spaces, I suspect that was causing the issue.

Please try this revised command
Code:
{
/queue "%p%f"
/delete %p%f
}
I noticed that /queue requires a double-quoted path+name if it contains a space, however /delete doesn't and attempting to double-quote the path+name for /delete fails to strip off the double-quotes, so make sure you copy it as written.
bigstar is offline