C# Класс GitCommands.FileInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
MakeFileTemporaryWriteable ( string fileName, Action writeableAction ) : void

Remove all attributes that could cause the file to be read-only and restores them later

Описание методов

MakeFileTemporaryWriteable() публичный статический Метод

Remove all attributes that could cause the file to be read-only and restores them later
public static MakeFileTemporaryWriteable ( string fileName, Action writeableAction ) : void
fileName string
writeableAction Action
Результат void