filmov
tv
How to Create New Folder using PowerShell with Tricentis Tosca?
![preview_player](https://i.ytimg.com/vi/tguhpIzTZVw/sddefault.jpg)
Показать описание
In this video, we'll see how to create a new folder using PowerShell.
Syntax of command
New-Item 'Path' -ItemType Directory
New-Item - cmdlet used to create a new item
Path - Specify the path you wish to create a new folder
-itemType - Specify the Item Type to be created
In order to create a folder, we've specified Item Type as Directory.
Syntax of command
New-Item 'Path' -ItemType Directory
New-Item - cmdlet used to create a new item
Path - Specify the path you wish to create a new folder
-itemType - Specify the Item Type to be created
In order to create a folder, we've specified Item Type as Directory.