Beispiel #1
0
    private string GetResourceFullPath(ref string name, ResourceType type)
    {
        name = ResourcePath.GetResourceFullPath(name, type);
        var rname = name.Replace("/", "_").Replace(".", "_").ToLower() + ".ab";

        return(this.GetPathByUpdate(rname));
    }