PowerShell enables you to work with the file system on your machine – one question that often comes up is how to create a directory.
When working interactively you can use md
PS> md c:testf1
Directory: C:
Mode LastWriteTime… Read the full text.
PowerShell enables you to work with the file system on your machine – one question that often comes up is how to create a directory.
When working interactively you can use md
PS> md c:testf1
Directory: C:
Mode LastWriteTime… Read the full text.