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/BasicCompiler_Common/NonVolatile.cpp

    r717 r719  
    105105
    106106    //開く
    107     buffer=ReadBuffer_NonErrMsg( Program::GetUserAppDir() + "\\compiler.ini" );
     107    buffer=ReadBuffer_NonErrMsg( Program::GetAbcUserAppDir() + "\\compiler.ini" );
    108108    if(!buffer){
    109109        //レジストリを読み込む
     
    248248
    249249    // ユーザ情報保存用のディレクトリを作成
    250     Jenga::Common::Directory dir( Program::GetUserAppDir(), true );
     250    Jenga::Common::Directory dir( Program::GetAbcUserAppDir(), true );
    251251
    252252
     
    276276    //保存
    277277    WriteBuffer(
    278         Program::GetUserAppDir() + "\\compiler.ini",
     278        Program::GetAbcUserAppDir() + "\\compiler.ini",
    279279        buffer,lstrlen(buffer));
    280280
Note: See TracChangeset for help on using the changeset viewer.