Advertisement
Guest User

Untitled

a guest
Apr 7th, 2022
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. NOTE "La directory non รจ vuota" in italian means "The directory is not empty".
  2.  
  3. PowerShell 7.2.2
  4. Copyright (c) Microsoft Corporation.
  5.  
  6. https://aka.ms/powershell
  7. Type 'help' to get help.
  8.  
  9. PS C:\Users\vince> md test
  10.  
  11. Directory: C:\Users\vince
  12.  
  13. Mode LastWriteTime Length Name
  14. ---- ------------- ------ ----
  15. d---- 07/04/2022 11:34 test
  16.  
  17. PS C:\Users\vince> echo ciao > test/test.txt
  18. PS C:\Users\vince> fsutil.exe file setCaseSensitiveInfo test enable
  19. Errore: La directory non รจ vuota.
  20. PS C:\Users\vince>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement