Aura.Shared.Scripting.ScriptManager.GetCachePath C# (CSharp) Méthode

GetCachePath() protected méthode

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