2 hours ago
Yes thanks, but actually the path is not created by me, it's created by the dialog that is automatically built by Gimp for setting the parameters for the plugin. One in my case is a directory browser to allow selecting a directory to save images to. Then I get the path from the parameter stored in the config after the dialog has run. But, it returns a GFile not a path string, I'm trying to get the path string out of the GFile as I need to manipulate the path. The GFile must know what the path is - but it won't tell me.

