gFileGetRelativePath: gFileGetRelativePath
Description
Gets the path for descendant
relative to parent
.Usage
gFileGetRelativePath(object, descendant)
Value
- [char] string with the relative path from
descendant
to parent
, or NULL
if descendant
doesn't have parent
as prefix.
Details
This call does no blocking i/o.