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_x86/MakePeHdr.cpp

    r743 r749  
    511511        // 格納先ディレクトリを作る
    512512        Jenga::Common::Path path( program.GetOutputFilePath() );
    513         Jenga::Common::Directory dir( path.GetDriveName() + path.GetDirName(), true );
     513        Jenga::Common::Directory dir( path.GetDirPath(), true );
    514514
    515515        // 書き込む
Note: See TracChangeset for help on using the changeset viewer.