source: dev/trunk/ab5.0/jenga/include/common/Directory.h@ 523

Last change on this file since 523 was 523, checked in by dai_9181, 16 years ago

ヘッダファイルを整理中

File size: 241 bytes
RevLine 
[166]1#pragma once
2
3namespace Jenga{
4namespace Common{
5
6class Directory
7{
[523]8 std::string path;
[166]9public:
[523]10 Directory( const std::string &path, bool isMake = false );
[166]11
[523]12 std::string GetFullPath( const std::string &relationPath );
[166]13};
14
15
16}}
Note: See TracBrowser for help on using the repository browser.