Nexus.Client.Games.Settings.RequiredDirectoriesControlVM.ValidateInstallInfoDirectory C# (CSharp) Method

ValidateInstallInfoDirectory() protected method

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