Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the full path from a GFile
#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


Messages In This Thread
RE: How to get the full path from a GFile - by ImgTinker - 4 hours ago

Forum Jump: