ARCed.Scripting.Script.Exists C# (CSharp) Method

Exists() public method

Checks if the script has a associated file
public Exists ( ) : bool
return bool
        public bool Exists()
        {
            return File.Exists(this.GetFullPath());
        }