fs.rename
への呼び出しの直後fs.writeFile
(ただし、の前) のファイルに対して安全callback
ですか?
ドキュメントはこれに答えませんでした、それは言うだけです:
Note that it is unsafe to use fs.write multiple times
on the same file without waiting for the callback.
fs.rename
への呼び出しの直後fs.writeFile
(ただし、の前) のファイルに対して安全callback
ですか?
ドキュメントはこれに答えませんでした、それは言うだけです:
Note that it is unsafe to use fs.write multiple times
on the same file without waiting for the callback.