FMPFile.Type

Description

The FMPFile.Type enumeration is used to determine an object type - file or directory.

enum FMPFile.`Type`

It is used by the type property of the FMPFile class.

Available Values

Value Description
file File.
case file
directory Directory.
case directory

See also:

FMPWrapper Framework | Enumeration