Changeset 295 in dev for trunk/jenga/include/common
- Timestamp:
- Aug 22, 2007, 11:23:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/include/common/Directory.h
r166 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.