Re: love.filesystem.mkdir not working
Posted: Sat Feb 14, 2009 1:59 pm
Thanks. This is due to the write directory not being set.
Temp workaround:
Temp workaround:
Code: Select all
love.filesystem.write("unused.txt", "Just to set the write directory.")
-- mkdir should work now.