PxIOErase |
|
Erases the specified file
int PxIOErase(PxIOService service, const char *pathname, BOOL allSegmentsFlag);
Where:
service |
A previously created PxIOService |
pathname |
Path and file name of the file to erase |
allSegmentsFlag |
The flag indicates whether all segments of a multi-segmented file should be renamed |
If the function succeeds, a value of PXIO_SUCCESS_STATUS is returned; otherwise, an error value is returned. More information on the nature of the error can be found by calling PxIOGetError.