C# Class GitCommands.FileInfoExtensions

Afficher le fichier Open project: bleis-tift/gitextensions

Méthodes publiques

Méthode Description
MakeFileTemporaryWriteable ( string fileName, Action writeableAction ) : void

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

Method Details

MakeFileTemporaryWriteable() public static méthode

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
Résultat void