How Do I Use love.filesystem.remove?
Posted: Mon May 19, 2014 1:17 am
I believed that I was using it right -- I used it the same way it was used in the example on the wiki, but it doesn't remove the file.
test.rand is in the same directory as main.lua. I put the above code at the top of main.lua to test if it worked, and test.rand still wasn't deleted. What am I doing wrong?
Code: Select all
love.filesystem.remove("test.rand")