m_rename
This function renames the file specified by bp1 to the filename information contained in bp2.
- Syntax: int far m_rename(char far *bp1, int len1, int sys1, char far *bp2,
int len2, int sys2)
- Parameters: char far *bp1 - Pointer to filename of file to be renamed
int len1 - Length of filename referenced by bp1
int sys1 - If sys1 is non-zero, the System Manager will create the
path from the system directory.
char far *bp2 - Pointer to the filename to be used to rename file
referenced by bp1.
int len2 - Length of the filename referenced by bp2
int sys2 - If sys2 is non-zero, the System Manager will create the path
from the system directory.
- Returns: 0 - if successful
Any other value indicates an error condition.