Recipe catalogNodeMigrateFsOn this pageFs Recipes Replace deprecated fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK with fs.constants.* Replace deprecated fs.Stats constructor with object literal Replace dirent.path with dirent.parentPath Replace fs.truncate() with file descriptor to fs.ftruncate()