![]() |
![]()
| ![]() |
![]()
NAMEstd::filesystem::path::is_absolute,is_relative - std::filesystem::path::is_absolute,is_relative Synopsis bool is_absolute() const; (1) (since C++17)
Parameters(none) Return value 1) true if the path is absolute, false otherwise.
ExceptionsMay throw implementation-defined exceptions. NotesThe path "/" is absolute on a POSIX OS, but is relative on Windows. See also absolute composes an absolute path
|