PathIntrinsics.IsProviderQualified(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the give path is a PowerShell provider-qualified path.
public:
bool IsProviderQualified(System::String ^ path);
public:
bool IsProviderQualified(Platform::String ^ path);
bool IsProviderQualified(std::wstring const & path);
public bool IsProviderQualified (string path);
member this.IsProviderQualified : string -> bool
Public Function IsProviderQualified (path As String) As Boolean
Parameters
- path
- String
The path to check.
Returns
True if the specified path is provider-qualified, false otherwise.
Exceptions
If path
is null.
Remarks
A provider-qualified path is a path in the following form: providerId::provider-internal-path