Method
IdeFileSettingsget_file
Description
Retrieves the underlying file that self
refers to.
This may be used by IdeFileSettings
implementations to discover additional
information about the settings. For example, a modeline parser might load
some portion of the file looking for modelines. An editorconfig
implementation might look for “.editorconfig” files.
Available since: | 3.32 |
Gets property | Ide.FileSettings:file |
Return value
Returns: | GFile |
An |
|
The data is owned by the instance. |