I have add a property to an object_O :
"
path
.
object_O
.manage_addProperty(
id,file,content_type
)"
But i wanted
to change "
object_O
" with another variable "
var_
V" which is an object like imae or file
.
How to do it ?