Gimp.file_new_for_config_path
@accepts(unicode)
@returns(Gio.File)
def file_new_for_config_path(path):
# Python wrapper for gimp_file_new_for_config_path()
Expands path using Gimp.ConfigPath.expand and returns a Gio.File for the expanded path.
To reverse the expansion, use Gimp.file_get_config_path.
Since 2.10
- path
a NUL-terminated string in UTF-8 encoding
- Returns