Gimp-Forum.net
How to get the full path from a GFile - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: How to get the full path from a GFile (/Thread-How-to-get-the-full-path-from-a-GFile)

Pages: 1 2


RE: How to get the full path from a GFile - nmw01223 - 01-23-2026

It is a known issue (#13557) and maybe fixed in 3.0.8 (possibly due w/e of 24/1/26)


RE: How to get the full path from a GFile - ImgTinker - 03-13-2026

It looks like this might actually be a difference between the Windows and Linux implementations. On Windows, GFile often returns a URI instead of a local path, so sometimes you need to convert it using Gio.File.new_for_uri() or parse the URI before using it.