1
0
Fork 0
arangodb/Documentation/RefManual/JSModuleFs.md

829 B

Module "fs"

@NAVIGATE_JSModuleFs @EMBEDTOC{JSModuleFsTOC}

File System Module

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 JSModuleFsIsFile @copydetails JS_IsFile

@CLEARPAGE @anchor JSModuleFsList @copydetails JS_List

@CLEARPAGE @anchor JSModuleFsListTree @copydetails JS_ListTree

@CLEARPAGE @anchor JSModuleFsMove @copydetails JS_Move

@CLEARPAGE @anchor JSModuleFsRead @copydetails JS_Read

@CLEARPAGE @anchor JSModuleFsRead64 @copydetails JS_Read64

@CLEARPAGE @anchor JSModuleFsRemove @copydetails JS_Remove