sorry for my bad question, I'm a real newbee.
As for I knew the viewrendered plugin I thought  a get_fn function
like:
def get_fn (self,s,tag):
    pc = self ; c = pc.c
    fn = s or c.p.h[len(tag):]
    fn = fn.strip()
    path = c.os_path_finalize_join(c.getNodePath(c.p),fn)
    ok = path and g.os_path_exists(path)
    return ok,path


On 22 Ott, 23:50, ilkosta <[email protected]> wrote:
> Hi,
> I'm trying viewrendered and I would ask why in get_fn it use
> g.app.loadDir and not c.getNodeFileName.
>
> Tanks,
> Costantino

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to