Search found 2 matches

by sky2046
Tue Jul 31, 2018 5:47 am
Forum: Support and Development
Topic: how use the love.filesystem
Replies: 1
Views: 1636

how use the love.filesystem

I recently encountered some difficulties when i create a log file and directory. why did i call the function[love.filesystem.createDirectory] failed, the following show code. logDir = "./log" logPath = "./log/sad.log" function love.load() loadStatus, errString = initLog() end fun...