Spaghetti Tom
Saturday, December 14, 2013
synchronous Node file mechanics
fs.readdir
,
fs.readFile
, and
fs.writeFile
as detailed
here
all have synchronous counterparts! They are fs.readdirSync, fs.readFileSync, and fs.writeFileSync respectively. The fs stuff is Node's "File System" stuff.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment