Help with love.filesystem.write
Posted: Tue Aug 29, 2023 10:38 am
I'm making a game and it keeps giving a error when i try to save a file there "Could not open file maps/test.json (not found)".
The folder/file exists and the file ident is the folder that the files are in, btw my OS is Windows 10 Pro
Here is the line that give that error:
local success, error = love.filesystem.write("maps/" .. name .. ".json", map_)
The folder/file exists and the file ident is the folder that the files are in, btw my OS is Windows 10 Pro
Here is the line that give that error:
local success, error = love.filesystem.write("maps/" .. name .. ".json", map_)