Ignore:
Timestamp:
Aug 13, 2008, 11:01:29 PM (16 years ago)
Author:
dai
Message:
  • ab_breakpoint.tmpをテンポラリディレクトリに生成するようにした。
  • pgm.tmpをユーザ空間に生成するようにした。
  • GetUserAppDir/GetIdeUserAppDir/GetAbcUserAppDirの各メソッドを用意。用途別に呼び出し側の制御を分けた。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ab_common/src/Environment.cpp

    r637 r719  
    1818    return rootPath;
    1919}
     20
     21const std::string Environment::GetUserAppDir()
     22{
     23    return Jenga::Common::Environment::GetUserAppDir() + "\\ActiveBasic";
     24}
     25
    2026const std::string Environment::GetCompilerExePath( Platform::EnumType platform )
    2127{
Note: See TracChangeset for help on using the changeset viewer.