Code: Select all
if love.filesystem.getInfo('options.txt') == nil then
file = love.filesystem.createDirectory('options')
the folder in the SaveDirectory.
when I write this
Code: Select all
love.filesystem.getSaveDirectory( )
So my question ultimately is , how do I search if a file exists inside of the savedirectory. How do I search the saveDirectory
I have looked online and in the documentation , but they all assume that getInfo IS searchingin the saveDirectory.
Thanks in advance!