Home > |
---|
int SmFsRenameFile( const char * oldName,
const char * newName
);
Renames a file.
Parameter |
Description |
---|---|
oldName
|
Pointer to the absolute path of file to rename |
newName
|
Pointer of new file name only (no path) |
Returns 0 or an error condition.