gFileGetParent: gFileGetParent

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

Description

Gets the parent directory for the file. If the file represents the root directory of the file system, then NULL will be returned.

Usage

1

Arguments

object

input GFile.

Details

This call does no blocking i/o.

Value

[GFile] a GFile structure to the parent of the given GFile or NULL if there is no parent.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gFileGetParent in RGtk2...