한국어
다크 모드
지정된 파일 경로에 있는 파일을 다른 경로로 이동합니다.
filePath::string
targetFilePath::string
Promise::void
await moveFile('/home/user/text.txt', '/home/user/text2.txt');