fs.readFileSync(file[, options])
Synchronous version of fs.readFile
. Returns the contents of the file
.
If the encoding
option is specified then this function returns a string. Otherwise it returns a buffer.
fs.readFileSync(file[, options])
Synchronous version of fs.readFile
. Returns the contents of the file
.
If the encoding
option is specified then this function returns a string. Otherwise it returns a buffer.
Please login to continue.