為File System縮寫,Node.js中操作檔案使用之核心模組,此模組提供的大多數函式均有異步與同步的版本
ex:
fs.access(path[, mode], callback) fs.accessSync(path[, mode])
Last updated 4 years ago