source: dev/trunk/ab5.0/abdev/ProjectEditor/include/Program.h@ 475

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

構成管理を変更中・・・(いったんコミット)

File size: 227 bytes
Line 
1#pragma once
2
3namespace ActiveBasic{ namespace IDE{
4
5
6class Program
7{
8public:
9 static const std::string GetApplicationSystemDirPath()
10 {
11 return Jenga::Common::Environment::GetAppDir() + "\\system";
12 }
13};
14
15
16}}
Note: See TracBrowser for help on using the repository browser.