The file path from where an object will fetch the data.
If file is set during object construction, the object will automatically call Efl.File.load during the finalize phase of construction.
You must not modify the strings on the returned pointers.
Since 1.22
Overridden from Efl.File.file (get, set).
@property file { get {} set { return: Eina.Error; } values { file: string; } }
const char *efl_file_get(const Eo *obj); Eina_Error efl_file_set(Eo *obj, const char *file);