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/jenga/src/common/FileSystem.cpp

    r694 r749  
    1111
    1212    Jenga::Common::Path path( tempFindStr );
    13     std::string dirPath = path.GetDriveName() + path.GetDirName();
     13    std::string dirPath = path.GetDirPath();
    1414    if( !dirPath.empty() && dirPath[dirPath.size()-1] == '\\' )
    1515    {
Note: See TracChangeset for help on using the changeset viewer.