Populates the List from the result of the CommonDialog.GetFileOpen function.

If only one filename then SourceString is the filename. If multiple filenames, then each filename is enclosed in double quotes and separated by a space. Note, a filename cannot include a double quote.

Syntax

ISList.FromFileList(sourceString, [ignoreDuplicates], [ignoreCase])

Parameters

NameTypeOptionalByRefDescription
sourceString String The source String.
ignoreDuplicates Boolean Optional Indicates whether to ignore duplicate values. If omitted, a value of False is assumed.
ignoreCase Boolean Optional Indicates whether case should be ignored when checking whether a duplicate value already exists in the List. If omitted, a value of False is assumed.
Member of:
ISList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0