Exemple #1
0
 private void SetConfigFilePath(string filePath)
 {
     ConsoleMessage.Print("Start file validation.");
     FileValidation.FileExists(filePath);
     configFilePath = filePath;
     ConsoleMessage.Print("File validation finished with success.", "success");
 }