get_path


Description:

public abstract string? get_path ()

Gets the local pathname for File, if one exists.

This call does no blocking I/O.

Parameters:

this

input File

Returns:

string containing the File's path, or null if no such path exists. The returned string should be freed with g_free when no longer needed.