Changeset 89 for trunk/NewView/FileUtilsUnit.pas
- Timestamp:
- Mar 2, 2007, 8:27:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/FileUtilsUnit.pas
r82 r89 192 192 tmpDirectories.Destroy; 193 193 194 // Result := StrTrimRightChars(Result, [DirectorySeparator]);195 196 194 if Length(Result) = 2 then 197 195 begin … … 374 372 if tmpSearchResults.Attr And faDirectory = 0 then 375 373 begin 376 aList.Add( AddDirectorySeparatorIfNotEmpty(aDirectory) + tmpSearchResults.Name);374 aList.Add(tmpSearchResults.Name); 377 375 end; 378 376
Note:
See TracChangeset
for help on using the changeset viewer.