| Name | POP3it_File_Rename |
|---|
| Description | You can use this function to rename a file.
|
|---|
| Return Type | Text |
|---|
| Format | POP3it_File_Rename ( File ; NewName ) |
|---|
| Required Parameters | File The Path and File Name of the File you want to Rename.
NewNameThe New Name for the File.
|
|---|
| Examples | - Example 1
Renames the file "rename.jpg" to "renamed.jpg" on Mac. POP3it_File_Rename( "/Images/rename.jpg" ; "renamed.jpg" )
- Example 2
Renames the file "rename.jpg" to "renamed.jpg" on Windows. POP3it_File_Rename( "c:\images\rename.jpg" ; "renamed.jpg" )
|
|---|