June 26, 2014
Is there an unqualified version of __FUNCTION__ that returns just

    treeContentId

instead of

    fs.Dir.treeContentId

?
June 26, 2014
Nordlöw:

> Is there an unqualified version of __FUNCTION__ that returns just
>
>     treeContentId
>
> instead of
>
>     fs.Dir.treeContentId
>
> ?

I suggest to use the string functions to strip the part you need.

Bye,
bearophile