Ignore:
Timestamp:
Jun 18, 2008, 11:03:59 PM (16 years ago)
Author:
dai_9181
Message:

FileManager周りをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/WindowControl.cpp

    r629 r655  
    21762176    //重複チェック
    21772177    sprintf(temporary,"%s.sbp",NewWindow.name);
    2178     if(projectInfo.pobj_DBFileInfo->dupli_check(temporary)){
     2178    if(projectInfo.fileSystem.root.IsExistFile(temporary)){
    21792179        sprintf(temp2,"\"%s\" ファイルは既にプロジェクト内に存在します。",temporary);
    21802180        MessageBox(hOwner,temp2,APPLICATION_NAME,MB_OK|MB_ICONEXCLAMATION);
Note: See TracChangeset for help on using the changeset viewer.