Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NOTE "La directory non รจ vuota" in italian means "The directory is not empty".
- PowerShell 7.2.2
- Copyright (c) Microsoft Corporation.
- https://aka.ms/powershell
- Type 'help' to get help.
- PS C:\Users\vince> md test
- Directory: C:\Users\vince
- Mode LastWriteTime Length Name
- ---- ------------- ------ ----
- d---- 07/04/2022 11:34 test
- PS C:\Users\vince> echo ciao > test/test.txt
- PS C:\Users\vince> fsutil.exe file setCaseSensitiveInfo test enable
- Errore: La directory non รจ vuota.
- PS C:\Users\vince>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement