ProviderInfo.VolumeSeparatedByColon Property

Definition

Gets or sets if the drive-root relative paths on drives of this provider are separated by a colon or not.

This is true for all PSDrives on all platforms, except for filesystems on non-windows platforms.

public:
 property bool VolumeSeparatedByColon { bool get(); };
public:
 property bool VolumeSeparatedByColon { bool get(); };
public bool VolumeSeparatedByColon { get; }
member this.VolumeSeparatedByColon : bool
Public ReadOnly Property VolumeSeparatedByColon As Boolean

Property Value

Applies to