Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 25 (&19) |
R1 | Pointer to original filename |
R2 | Pointer to new filename |
Exit | |
---|---|
R0 | Preserved |
R1 | Preserved |
R2 | Preserved |
The purpose of this call is to rename a file.
It can only rename objects to new names on the same filing system and disc – otherwise use perform a move, followed by a delete operation (see OS_FSControl 26.
There is no SWI to discover which disc a given file is on – hence it is impossible to ascertain whether this SWI will fail without actually calling it.