Gimp.file_get_config_path
@accepts(Gio.File)
@returns(unicode)
def file_get_config_path(file):
# Python wrapper for gimp_file_get_config_path()
Unexpands file's path using Gimp.ConfigPath.unexpand and returns the unexpanded path.
The inverse operation of Gimp.file_new_for_config_path.
Since 2.10
- file
a Gio.File
- Returns