한국어
다크 모드
지정된 경로에 대한 파일이나 디렉토리가 존재하면 true를 반환합니다.
true
filePath::string
Promise:boolean
await isFileExists('text.txt'); // true await isFileExists('not-exist.txt'); // false