Exemplo n.º 1
0
 private static void RemoveReadOnlyAttributeHelper(string path)
 {
     using (var pin = new PinCollection())
     {
         NativeCommon.FabricFileRemoveReadOnlyAttribute(
             pin.AddBlittable(path));
     }
 }