Episode 7 – Join-Path

Episode 7 – Join-Path

Update: 2011-09-08
Share

Description

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

Comments 
loading
00:00
00:00
1.0x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Episode 7 – Join-Path

Episode 7 – Join-Path

Tome Tanasovski