osdFileDelete
osdFileDelete
osd
1998 12-05
NAME
osdFileDelete - delete a file
SYNOPSIS
long osdFileDelete(char *target_path)
osdFileDelete() removes the file from the filesystem.
Potentially, the file and its contents will be unrecoverable lost.
Returns a non-zero value if an error occurred.
ARGUMENTS
| target_path |
full path name of the file to be deleted
|