bool remove(const path& p); bool remove(const path& p, error_code& ec) noexcept;
Effects: If exists(symlink_status(p, ec)), the file p is removed as if by POSIX remove(). [ Note: A symbolic link is itself removed, rather than the file it resolves to. — end note ]
Postconditions: !exists(symlink_status(p)).
Returns: false if p did not exist, otherwise true. The signature with argument ec returns false if an error occurs.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4