lundi 19 septembre 2011

supression de fichier read only in c#

using System.IO;
File.SetAttributes(filePath, FileAttributes.Normal);
File.Delete(filePath);

Aucun commentaire:

Enregistrer un commentaire

Nombre total de pages vues