resolves the specified pathname
On success the resolved path is returned, on failure an appropriate error-object is returned.
This function needs I/O-access rights.
In the resolved path, symbolic links are followed and resolved. Additionally the resolved path is canonicalized. This means that the resolved path is normalized according to the local file system. Especially, redundant slashes are removed or relative paths are resolved.
std::unlink | remove the specified file |
std::stat | retrieves status information about the specified file |
std::lstat |