C# Class TempNet.CmdlTools

Some simple tools for implementing a command line version of the TemporalNetworks tools
Datei anzeigen Open project: IngoScholtes/TemporalNetworks Class Usage Examples

Public Methods

Method Description
PromptExistingFile ( string out_file ) : bool

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

Method Details

PromptExistingFile() public static method

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