SUBZero
SUBZero copied to clipboard
Delete Files with Spaces in their name
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.