файла? Ибо File.Write сохраняет не тука куда указал, а фиг знает куда
Access
https://stackoverflow.com/questions/265953/how-can-you-easily-check-if-access-is-denied-for-a-file-in-net
var isReadonly = new System.IO.FileInfo(@"/home/server/root.txt").Attributes.HasFlag(System.IO.FileAttributes.ReadOnly);
Обсуждают сегодня