Method SplitFileNames
SplitFileNames(String)
Splits file names separated by comma character. File names can contain comma characters escaped by backslash ''
Declaration
protected IList<string> SplitFileNames(string fileNames)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileNames | the string containing file names |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> | a list of file names with the escaping backslashed removed |