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