Date: 2025-01-16 14:57:27
Score: 2.5
Natty:
- create file : echo $null > File.txt
- delete file : Remove-Item -Path "File.txt" -Force
- Create a single folder : New-Item -Path "Folder_Name" -ItemType Directory
Reasons:
- Low length (1):
- No code block (0.5):
- Low reputation (1):
Posted by: Doan Chung