#include <filesystem_ext.hpp>
List of all members.
Static Public Member Functions |
static path | common_prefix (path &first, path &second) |
static path | relative_path (path &subject, path base=current_path()) |
Detailed Description
Definition at line 25 of file filesystem_ext.hpp.
Member Function Documentation
- Parameters:
-
first | the first param to compare |
second | the second param to compare |
- Returns:
- the common prefix
Definition at line 32 of file filesystem_ext.hpp.
- Parameters:
-
subject | the subject to get the relative path |
base | the base path |
- Returns:
- the path
Definition at line 55 of file filesystem_ext.hpp.
The documentation for this class was generated from the following file: