C# 클래스 TempNet.CmdlTools

Some simple tools for implementing a command line version of the TemporalNetworks tools
파일 보기 프로젝트 열기: IngoScholtes/TemporalNetworks 1 사용 예제들

공개 메소드들

메소드 설명
PromptExistingFile ( string out_file ) : bool

Display dialog to ask whether to overwrite file, if output file already exists

메소드 상세

PromptExistingFile() 공개 정적인 메소드

Display dialog to ask whether to overwrite file, if output file already exists
public static PromptExistingFile ( string out_file ) : bool
out_file string The file that shall be overwritten
리턴 bool