Ignore:
Timestamp:
Sep 15, 2008, 6:06:34 PM (16 years ago)
Author:
dai
Message:

「フォルダを開く」コマンドで、ファイル選択を可能にした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp

    r744 r749  
    481481        // 格納先ディレクトリを作る
    482482        Jenga::Common::Path path( program.GetOutputFilePath() );
    483         Jenga::Common::Directory dir( path.GetDriveName() + path.GetDirName(), true );
     483        Jenga::Common::Directory dir( path.GetDirPath(), true );
    484484
    485485        // 書き込む
Note: See TracChangeset for help on using the changeset viewer.