[Overview][Types][Procedures and functions] | Reference for unit 'dirutils' (#powtils_main) |
Source position: dirutils.pas line 46
procedure ClearFileNames( |
var fn: TFileNames |
); |
Can also be used to clear TDirNames since the records have exactly the same layout (cast may be required).
In the future a ClearDirNames function may be created to reduce confusion.. or the function may be more generally named to address both record types.