Posts by Cosmo José • 1 point
1 post
-
0
votes3
answers1977
viewsA: How to delete a file marked with the "Read only" attribute?
Add this Assembly: using System.IO; Add this line AFTER declaring the directory: File.SetAttributes(path, File.GetAttributes(path) | FileAttributes.Hidden); //path = Diretório .Hidden = Estate.…