microsoft toolkit download

Tag: join-path

  • Combine Path In PowerShell

    Combine Path In PowerShell

    PowerShell provides the Join-Path cmdlet in order to combine paths. The Join-Path can be used to join or concatenate two or more paths together. Paths can be specified as strings. We can join path information like path, child path, drive, etc. by using the Join-Path command. Combine Path with Child Path The Join-Path command can […]