SystemShellListItemCollectionTGetFilePaths Method |
returns the Filepaths contained in this collection as string array.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic string[] GetFilePaths()
Public Function GetFilePaths As String()
public:
array<String^>^ GetFilePaths()
member GetFilePaths : unit -> string[]
Return Value
Stringa string array of filepaths
See Also