gFileInfoGetFileType {RGtk2}R Documentation

gFileInfoGetFileType

Description

Gets a file's type (whether it is a regular file, symlink, etc). This is different from the file's content type, see gFileInfoGetContentType.

Usage

gFileInfoGetFileType(object)

Arguments

object

a GFileInfo.

Value

[GFileType] a GFileType for the given file.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]