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