Page 1 of 1

File Explorer

Posted: Wed Mar 18, 2020 2:21 am
by TypicalHB
Hello, this is a re-post of a thread I created already, but got no good answers. I want to know if it's possible to create a file explorer. A practical use of it would be to add a system where you can change your in-game profile picture.

Re: File Explorer

Posted: Wed Mar 18, 2020 11:21 am
by Varkas
you can use love.filesystem or hacks like this - that is calling system tools and parses the output:

http://www.wellho.net/resources/ex.php4 ... 2/dlisting

So yes it's possible, but probably not very nice to make.

Re: File Explorer

Posted: Wed Mar 18, 2020 12:28 pm
by pgimeno

Re: File Explorer

Posted: Thu Mar 19, 2020 10:42 am
by zorg
or: https://github.com/zorggn/love-fml :P
(to be added: arbitrary write location support, but otherwise reading should work)