Parses the specified p_DisplayPath and returns an
ItemIdList instance.
Finds physical paths, SpecialFolder names like "My PC" or concatenations of Special Folders and physical paths ("Libraries\Pictures\...", "My PC\c:\windows")
Also resolves paths in zip files.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static ItemIdList Parse(
string p_DisplayPath
)
Public Shared Function Parse (
p_DisplayPath As String
) As ItemIdList
public:
static ItemIdList^ Parse(
String^ p_DisplayPath
)
static member Parse :
p_DisplayPath : string -> ItemIdList
Parameters
- p_DisplayPath
- Type: SystemString
The path to parse.
Return Value
Type:
ItemIdListA valid ItemIdList or null if the path could not be found.
See Also