ShellBrowser Delphi Components Documentation
|
Save the selection list to an INI-file.
procedure SaveToIniFile(const sFileName: String; const section: String = '_sectionlist');
Parameters |
Description |
const sFileName: String |
The path to the INI-file to which the list should be saved. |
const section: String = '_sectionlist' |
The section name of the INMI-file to which the selection should be saved., |
With this procedure, you can save a selection list to an ini file. You may pass the section name, to which the list of selected paths should be written to, as the second parameter.