SUBZero icon indicating copy to clipboard operation
SUBZero copied to clipboard

Delete Files with Spaces in their name

Open NickEngmann opened this issue 7 years ago • 0 comments

Right now we are just running a rm -rf command to delete files, but if someone uploads a file with a space in its name the delete rm -rf doesn't catch it.

This should be able to be fixed by adding quotation marks to the rm function, however I currently do not have the time to test/implement this functionality.

NickEngmann avatar Mar 26 '19 02:03 NickEngmann