Util class for using paths in a platform independent manner.  
 More...
#include <PlatformDeps.h>
 | 
| static string  | Combine (const string &path1, const string &path2) | 
|   | 
| static string  | GetFilename (const string &path) | 
|   | 
Util class for using paths in a platform independent manner. 
 
  
  
      
        
          | string Path::Combine  | 
          ( | 
          const string &  | 
          path1,  | 
         
        
           | 
           | 
          const string &  | 
          path2  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | string Path::GetFilename  | 
          ( | 
          const string &  | 
          path | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | string const Path::PATH_SEPARATOR = "/" | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following files: