I'm happy to show you my first plugin!
NFileOps.js
​
DESCRIPTION
The title says it all: this plugin allows you to work with files, using the
web API,
Managed Storage and
native modules*** to work synch- and asynchronously!
This plugin supportsÂ
UNIX systems ***Â andÂ
download of files, it can alsoÂ
execute an external application***!
The weight of this library is around
50Kb.
Download:Â
http://forums.rpgmakerweb.com/index.php?/topic/56956-manage-files-with-nfileopsjs/
DOCUMENTATIONÂ is found in the file, and you can download the newÂ
HTMLÂ version as attachment.
Italian version can be found here
with examples:Â
http://www.rpg2s.net/forum/index.php/topic/20455-nfileopsjs-opera-con-il-file-system/
Thank you for using my plugin, report me any bug / features!
*** = Locally deployed games only. I didn't check for mobile versions. If you try to run methods that rely on Node.JS with a non-NW platform, an Exception is thrown.
TODO list in next updates:
- Add in the asynchronous callbacks a status to inform about the operations.
- Mobile access to local storage
NEWS: added FileOps.VirtualGetStorageSpaceLeft() and fixed some bugs; updated documentation.
View attachment NFileOps.html