osdFileCopy

osdFileCopy

osd

1998 12-05


NAME

osdFileCopy - copy a file to another name


SYNOPSIS

long osdFileCopy(char *target_path,char *source_path)

osdFileCopy() copies the contents of one file into another. Any previous file of the target name will be overwritten.


Returns a non-zero value if an error occurred.


ARGUMENTS


target_path full path name of the file to be copied from
source_path full path name of the new file to be copied to