Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
148
for
trunk/Packages/Common/FindFile.pas
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 5, 2023, 7:40:45 PM (
18 months
ago)
Author:
chronos
Message:
Modified: Update Common and VCard package. Remove U prefix from unit names.
File:
1 moved
trunk/Packages/Common/FindFile.pas
(moved)
(moved from
trunk/Packages/Common/UFindFile.pas
)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/Packages/Common/FindFile.pas
r147
r148
19
19
}
20
20
21
unit
U
FindFile;
21
unit
FindFile;
22
22
23
23
interface
…
…
85
85
begin
86
86
s.Free;
87
inherited
Destroy
;
87
inherited
;
88
88
end;
89
89
…
…
143
143
SysUtils.FindClose(Rec);
144
144
end;
145
end;
145
end;
146
146
147
147
end.
148
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive