Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created October 11, 2022 14:34
Show Gist options
  • Save triacontane/a3f4616bde2afb0f025d7fdc8c01ac63 to your computer and use it in GitHub Desktop.
Save triacontane/a3f4616bde2afb0f025d7fdc8c01ac63 to your computer and use it in GitHub Desktop.
ローカル実行でのみ使えるファイルの存在チェック
require('fs').existsSync('img/pictures/aaa.png')
@triacontane
Copy link
Author

triacontane commented Oct 11, 2022

ドキュメント
https://nodejs.org/api/fs.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment