SystemShellListItemCollectionTIndexOfPath Method |
Searches item collection for the specified path.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int IndexOfPath(
string path
)
Public Function IndexOfPath (
path As String
) As Integer
public:
int IndexOfPath(
String^ path
)
member IndexOfPath :
path : string -> int
Parameters
- path String
- A complete path to be searched
Return Value
Int32-1 if the element couldn't be found, the position in the item collection otherwise
See Also