source:
dev/trunk/ab5.0/jenga/include/common/Directory.h@
600
Last change on this file since 600 was 523, checked in by , 17 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | namespace Jenga{ |
4 | namespace Common{ |
5 | |
6 | class Directory |
7 | { |
8 | std::string path; |
9 | public: |
10 | Directory( const std::string &path, bool isMake = false ); |
11 | |
12 | std::string GetFullPath( const std::string &relationPath ); |
13 | }; |
14 | |
15 | |
16 | }} |
Note:
See TracBrowser
for help on using the repository browser.