🟧Move

Moves file to a new path, can be used to rename a file.

fs.Move( string filePath, string newFilePath ) -> boolean

This function is constrained to the data/ folder.

Returns true on success, false otherwise.

Last updated