filer/docs/idbfs.rst

10 lines
259 B
ReStructuredText
Raw Normal View History

2012-11-08 05:12:41 +00:00
IDBFS
==========
.. js:function:: mount(name, flags, callback)
:param string name: name of the file system to mount
:param string flags: comma-separated list of flags
:param function callback: called when mount completes
.. js:function:: umount(name)