Page 2 of 2

Re: love.filesystem.mkdir not working

Posted: Sat Feb 14, 2009 1:59 pm
by rude
Thanks. This is due to the write directory not being set.

Temp workaround:

Code: Select all

love.filesystem.write("unused.txt", "Just to set the write directory.")
-- mkdir should work now.

Re: love.filesystem.mkdir not working

Posted: Sat Feb 14, 2009 2:37 pm
by bartbes
Ok, can't try now, but I trust you. Thanks for the response!

Re: love.filesystem.mkdir not working

Posted: Sat Feb 14, 2009 7:21 pm
by bartbes
Works! Thanks, looks like Updater is going to be released soon.