Search found 42 matches

by Centauri Soldier
Wed May 23, 2012 5:54 am
Forum: Support and Development
Topic: love.filesystem.deltree
Replies: 11
Views: 3795

love.filesystem.deltree

After searching the forums I found no deltree function so I made my own. Keep in mind that this function will return false if a folder of the same name you're trying to delete from the save directory also exists in the game directory. What it Does Recursively deletes all of the files and subfolders ...
by Centauri Soldier
Tue May 22, 2012 5:06 am
Forum: Support and Development
Topic: Saving and Loading Tables (in text files?) [solved]
Replies: 19
Views: 10706

Re: Saving and Loading Tables (in text files?)

Long time coder (of lua, not LOVE) but first this is my first post on the LOVE forums. I hope the forum is as friendly as I've read it is. Well, I figured for my first post, I'd start with a contribution, so here ya go. I whipped up a table to string function some time ago that is quite good. It wil...