digitalmars.D.learn - Unqualified __FUNCTION__
- =?UTF-8?B?Ik5vcmRsw7Z3Ig==?= (5/5) Jun 26 2014 Is there an unqualified version of __FUNCTION__ that returns just
- bearophile (4/10) Jun 26 2014 I suggest to use the string functions to strip the part you need.
Is there an unqualified version of __FUNCTION__ that returns just
treeContentId
instead of
fs.Dir.treeContentId
?
Jun 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
Jun 26 2014








"bearophile" <bearophileHUGS lycos.com>