SplitPathCommand.LeafBase Property

Definition

Determines if the leaf base name (name without extension) should be returned.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="LeafBaseSet", ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.SwitchParameter LeafBase { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="LeafBaseSet", ValueFromPipelineByPropertyName=true)>]
member this.LeafBase : System.Management.Automation.SwitchParameter with get, set
Public Property LeafBase As SwitchParameter

Property Value

If true the leaf base name of the path will be returned.

Attributes

Applies to