gContentTypeCanBeExecutable {RGtk2}R Documentation

gContentTypeCanBeExecutable

Description

Checks if a content type can be executable. Note that for instance things like text files can be executables (i.e. scripts and batch files).

Usage

gContentTypeCanBeExecutable(type)

Arguments

type

a content type string.

Value

[logical] TRUE if the file type corresponds to a type that can be executable, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]