Files
love/src/modules
Alex Szpakowski 640e8f0d2e love.filesystem.mount can accept a Data object containing zipped data.
- Add mount(Data, archivename, mountpoint [, appendtopath]). 'archivename' must be a string that has not been used with mount before.
- Add mount(FileData, mountpoint [, appendtopath]). The file path of the FileData is used as the archive name.
- Add unmount(Data).
- unmount(archivename) also works.
2017-12-16 23:09:15 -04:00
..
2017-09-30 17:02:16 -03:00
2017-07-28 19:14:54 -03:00
2017-01-02 01:28:29 -04:00
2017-10-12 15:24:07 +02:00