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/abdev/src/Program.cpp

    r717 r719  
    2727}
    2828
    29 const std::string Program::GetUserAppDir()
     29const std::string Program::GetIdeUserAppDir()
    3030{
    31     return Jenga::Common::Environment::GetUserAppDir() + "\\ActiveBasic\\ide";
     31    return ActiveBasic::Common::Environment::GetUserAppDir() + "\\ide";
    3232}
    3333
Note: See TracChangeset for help on using the changeset viewer.