ModulesFs ModuleMelon.std.fs.moveFile(path)On this pageMelon.std.fs.moveFile(path)Moves the specified file to the specified target.Status: stable Returns: voidParametersNameTypeDescriptionpathstringThe target pathExample usageconst { moveFile } = Melon.fs;moveFile("./hi.text", "./myDirectory/hi.txt");