English
Appearance
Moves a file in the specified file path to another path.
filePath::string
targetFilePath::string
Promise::void
await moveFile('/home/user/text.txt', '/home/user/text2.txt');