C# 클래스 GitCommands.FileInfoExtensions

파일 보기 프로젝트 열기: bleis-tift/gitextensions

공개 메소드들

메소드 설명
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