Ignore:
Timestamp:
Mar 2, 2007, 8:27:17 PM (18 years ago)
Author:
RBRi
Message:

small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/FileUtilsUnit.pas

    r82 r89  
    192192    tmpDirectories.Destroy;
    193193
    194 //    Result := StrTrimRightChars(Result, [DirectorySeparator]);
    195 
    196194    if Length(Result) = 2 then
    197195    begin
     
    374372        if tmpSearchResults.Attr And faDirectory = 0 then
    375373        begin
    376           aList.Add(AddDirectorySeparatorIfNotEmpty(aDirectory) + tmpSearchResults.Name );
     374          aList.Add(tmpSearchResults.Name);
    377375        end;
    378376
Note: See TracChangeset for help on using the changeset viewer.