PathIntrinsics.CurrentLocation Property   
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.
Gets the current location.
public:
 property System::Management::Automation::PathInfo ^ CurrentLocation { System::Management::Automation::PathInfo ^ get(); };
	public System.Management.Automation.PathInfo CurrentLocation { get; }
	member this.CurrentLocation : System.Management.Automation.PathInfo
	Public ReadOnly Property CurrentLocation As PathInfo
	Property Value
Exceptions
If a location has not been set yet.