Learn R Programming

RGtk2 (version 2.20.1)

gFileGetRelativePath: gFileGetRelativePath

Description

Gets the path for descendant relative to parent.

Usage

gFileGetRelativePath(object, descendant)

Arguments

object
input GFile.
descendant
input GFile.

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.