Aura.Shared.Scripting.ScriptManager.GetCachePath C# (CSharp) 메소드

GetCachePath() 보호된 메소드

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