Name | Description | |
---|---|---|
TryResolve | Overloaded. Returns EnvVarPathResolvingStatus.EnvVarPathResolvingStatus.Success if this path is prefixed with an environment variable that can be resolved into a drive letter or a UNC absolute path. |
For a list of all members of this type, see IEnvVarPath members.
Name | Description | |
---|---|---|
TryResolve | Overloaded. Returns EnvVarPathResolvingStatus.EnvVarPathResolvingStatus.Success if this path is prefixed with an environment variable that can be resolved into a drive letter or a UNC absolute path. |
Name | Description | |
---|---|---|
EqualsNullSupported | Returns true if path and pathOther are both null, or if path.Equals(pathOther). | |
ToStringOrIfNullToEmptyString | Returns path.ToString() is path is null, else returns the empty string. |