native node fs object
native node path object
Returns a javascript object with directory items information (non blocking async with Promises)
the path to start reading contents
(mode, recursive, stats, ignoreFolders)
promise array with file/folder information
Returns a Promise with content (data) of the file
the name of the file to read content from
format for returned data (ascii, base64, binary, hex, ucs2/ucs-2/utf16le/utf-16le, utf8/utf-8, latin1). Default: base64
data content string (base64 format by default)
Returns a Promise with Stats info of the item (file/folder/...)
stat object information
Generated using TypeDoc
m0rtadelo (ricard.figuls)
MIT 2018