Efl.File.file

Description

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

Values

  • file - The file path.

Signature

@property file {
    get {}
    set {
        return: Eina.Error;
    }
    values {
        file: string;
    }
}

C signature

const char *efl_file_get(const Eo *obj);
Eina_Error efl_file_set(Eo *obj, const char *file);

Implemented by