idTech4.UI.idUserInterfaceManager.Exists C# (CSharp) Method

Exists() public method

public Exists ( string path ) : bool
path string
return bool
		public bool Exists(string path)
		{
			return idE.FileSystem.FileExists(path);
		}