Aura.Shared.Scripting.ScriptManager.GetCachePath C# (CSharp) Method

GetCachePath() protected method

Returns path for the compiled version of the script. Creates directory structure if it doesn't exist.
protected GetCachePath ( string path ) : string
path string
return string
		protected virtual string GetCachePath(string path)
		{
			return path + ".compiled";
		}