Top |
gchar *
gx_path_resolve (const gchar *file_name
);
Perform shell-like expansion on file_name
, and resolve relative paths. The
latter only works for existing files. Wrapper around the library functions
and realpath()
(where available). If there are multiple
expansions, we pick the first one.wordexp()