Gimp.path_get_user_writable_dir

@accepts([filename])
@returns(unicode)
def path_get_user_writable_dir(path):
    # Python wrapper for gimp_path_get_user_writable_dir()
  

Note that you have to g_free() the returned string.

path

A list of directories as returned by Gimp.path_parse.

Returns