Answers for "powershell create file and directory"

0

powershell create file and directory

New-Item -Path '.\hello\test\file.txt' -ItemType File -Force
Posted by: Guest on May-23-2021

Code answers related to "powershell create file and directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language