FileRename is a built-in scripting function that renames a specified file.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
FileRename | File | Synchronous | Supported | Supported | Supported |
This function does not return any value.
FileRename( "C:\readme.txt", "C:\readthis.txt" )