4 hours ago
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.
