Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the full path from a GFile
#11
It is a known issue (#13557) and maybe fixed in 3.0.8 (possibly due w/e of 24/1/26)
Reply
#12
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.
Reply


Forum Jump: