OEUnlink¶
bool OEUnlink(const char *fname)
Deletes or renames a file portably.
Deleting a file that is still open by a process
results in implementation defined behavior. This function returns
true
upon success.
bool OEUnlink(const char *fname)
Deletes or renames a file portably.
Deleting a file that is still open by a process
results in implementation defined behavior. This function returns
true
upon success.