PDA

View Full Version : how to delete all .cs files?


chjlcn
09-18-2005, 06:04 PM
I custom a command named "Delete all .cs files",
content is: dele *.cs

When I Execute this command,FlashFxp tell me:
550:/*.cs,no such files or directory.

how to delete all *.cs files?

neoxed
09-18-2005, 06:13 PM
The DELE command only takes a file name as an argument, not a glob-pattern.

The easiet way to accomplish this is probably:
Do a mask select (Ctrl+S) and enter "*.cs". Then hit the delete key or right click and choose Delete.

chjlcn
09-18-2005, 06:40 PM
thank you!