PathCollectionRemovePath Method |
Removes the given path.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected virtual bool RemovePath(
string pPath
)
Protected Overridable Function RemovePath (
pPath As String
) As Boolean
protected:
virtual bool RemovePath(
String^ pPath
)
abstract RemovePath :
pPath : string -> bool
override RemovePath :
pPath : string -> bool Parameters
- pPath String
- The path to check.
Return Value
BooleanTrue if the path was part of the list, false if not.
See Also