Function File.storeVar
Stores any Variant value in the file. If full_objects
is true
, encoding objects is allowed (and can potentially include code).
void storeVar(VariantArg0)
(
in VariantArg0 value,
in bool full_objects = false
);