C# Class GitCommands.FileInfoExtensions

Show file Open project: bleis-tift/gitextensions

Public Methods

Method 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 method

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
return void