Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.100 by h677, Sun Dec 7 06:37:26 2003 UTC revision 1.101 by h677, Sun Dec 7 10:46:46 2003 UTC
# Line 733  begin Line 733  begin
733          sl := TStringList.Create;          sl := TStringList.Create;
734      TmpFileList := TStringList.Create;      TmpFileList := TStringList.Create;
735          try          try
736          GetFileList(ExtractFileDir(Board.GetFolderIndexFileName), '*.tmp', TmpFileList, False, False);          GetFileList(ExtractFileDir(Board.GetFolderIndexFileName), '*.tmp', TmpFileList, False, true);
737    
738          sl.BeginUpdate;          sl.BeginUpdate;
739                  sl.Add(FOLDER_INDEX_VERSION);                  sl.Add(FOLDER_INDEX_VERSION);

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26