FileT.getPath

Gets the local pathname for GFile, if one exists. If non-NULL, this is guaranteed to be an absolute, canonical path. It might contain symlinks.

This call does no blocking I/O.

template FileT(TStruct)
string
getPath
()

Return Value

Type: string

string containing the GFile's path, or NULL if no such path exists. The returned string should be freed with g_free() when no longer needed.