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.
data/
Returns true on success, false otherwise.
true
false
Last updated 1 year ago