16.17 OEUnlink

bool OEUnlink(const char *fname)

The OEUnlink function in OEPlatform can be used to portably delete or remove a file. Deleting a file that is still open by a process results in implementation defined behavior. This function returns true upon success.