PathIntrinsics.CurrentFileSystemLocation Property

Definition

Gets the current location for the file system provider.

public:
 property System::Management::Automation::PathInfo ^ CurrentFileSystemLocation { System::Management::Automation::PathInfo ^ get(); };
public System.Management.Automation.PathInfo CurrentFileSystemLocation { get; }
member this.CurrentFileSystemLocation : System.Management.Automation.PathInfo
Public ReadOnly Property CurrentFileSystemLocation As PathInfo

Property Value

Exceptions

If a current drive cannot be found for the FileSystem provider

Applies to