bool create_directories(const path& p); bool create_directories(const path& p, error_code& ec) noexcept;
Effects: Establishes the postcondition by calling create_directory() for any element of p that does not exist.
Postconditions: is_directory(p).
Returns: true if a new directory was created, otherwise false. The signature with argument ec returns false if an error occurs.
Complexity: O(n) where n is the number of elements of p that do not exist.
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