Ignore:
Timestamp:
Mar 9, 2010, 3:48:25 PM (14 years ago)
Author:
maron
Message:

Vytváření složky před vytvořením souboru

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dbc_export/DBCExport.pas

    r359 r370  
    165165  with DBC do begin
    166166    if FileExists(DBCFileName) then
     167      if not DirectoryExists(ExtractFileDir(NewDBCFileName)) then
     168        mkdir(ExtractFileDir(NewDBCFileName));
    167169      SaveToFile(NewDBCFileName);
    168170    Free;
Note: See TracChangeset for help on using the changeset viewer.