C# Class TempNet.CmdlTools

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

Méthodes publiques

Méthode Description
PromptExistingFile ( string out_file ) : bool

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

Method Details

PromptExistingFile() public static méthode

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