#include <filesystem_ext.hpp>
Definition at line 25 of file filesystem_ext.hpp.
 
  
  | 
        
          | static path boost::filesystem::pathext::common_prefix | ( | path & | first, |  
          |  |  | path & | second |  
          |  | ) |  |  |  | inlinestatic | 
 
- 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.
 
 
  
  | 
        
          | static path boost::filesystem::pathext::relative_path | ( | path & | subject, |  
          |  |  | path | base = current_path() |  
          |  | ) |  |  |  | inlinestatic | 
 
- 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: