한국어
다크 모드
Node.js 런타임 필요 ('qsu/node')
지정된 경로에 파일이 존재하면 true를 반환합니다.
true
filePath::string
Promise:boolean
await isFileExists('text.txt'); // true await isFileExists('not-exist.txt'); // false