PowerShell Cmdlet of the Day Podcast

Episode 7 – Join-Path


Listen Later

Download the MP3 PodcastIn this episode we look at how you can easily concatenate paths with Join-Path.

$dir = 'C:\users'
$child = 'tome'
Join-Path $dir $child
c:\users\tome
Join-Path c:,d: NewDir
c:\NewDir
d:\NewDir

Brought to you by The Windows PowerShell Bible 2.0 and PowerShellGroup.Org

...more
View all episodesView all episodes
Download on the App Store

PowerShell Cmdlet of the Day PodcastBy Tome Tanasovski

  • 4.2
  • 4.2
  • 4.2
  • 4.2
  • 4.2

4.2

6 ratings