Nexus.Client.Games.Settings.RequiredDirectoriesControlVM.ValidateInstallInfoDirectory C# (CSharp) Méthode

ValidateInstallInfoDirectory() protected méthode

Validates the selected install info directory.
protected ValidateInstallInfoDirectory ( ) : bool
Résultat bool
		protected bool ValidateInstallInfoDirectory()
		{
			return ValidateDirectory(InstallInfoDirectory, "Install Info Directory", ObjectHelper.GetPropertyName(() => InstallInfoDirectory));
		}