mirror of https://gitee.com/bigwinds/arangodb
31 lines
597 B
Markdown
31 lines
597 B
Markdown
Module "fs"{#JSModuleFs}
|
|
========================
|
|
|
|
@NAVIGATE_JSModuleFs
|
|
@EMBEDTOC{JSModuleFsTOC}
|
|
|
|
File System Module{#JSModuleFsIntro}
|
|
====================================
|
|
|
|
The implementation follows the CommonJS specification
|
|
@EXTREF{http://wiki.commonjs.org/wiki/Filesystem/A/0,Filesystem/A/0}.
|
|
|
|
@anchor JSModuleFsExists
|
|
@copydetails JS_Exists
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleFsIsDirectory
|
|
@copydetails JS_IsDirectory
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleFsListTree
|
|
@copydetails JS_ListTree
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleFsMove
|
|
@copydetails JS_Move
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleFsRemove
|
|
@copydetails JS_Remove
|