Changeset 295 in dev for trunk/jenga/include
- Timestamp:
- Aug 22, 2007, 11:23:41 PM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/jenga/include/common/Directory.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/jenga/include/common/Directory.hr166 r295 19 19 string path; 20 20 public: 21 Directory( const string &path ) 22 : path( path ) 23 { 24 } 21 Directory( const string &path, bool isMake = false ); 25 22 26 23 string GetFullPath( const string &relationPath ); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
