boolean fileRename (String srcPath, String destPath)boolean fileRename (String srcPath, String destPath)| Name | Type | Description |
|---|---|---|
srcPath | String | The original (/current) file or directory name. |
destPath | String | The target file or directory name. |
| Type | Description |
|---|---|
boolean | Returns true if the rename is successful; false otherwise. |