Frontier.getFileType

Syntax Frontier.getFileType (type)

Params type is a Frontier object type

Action Determines the file type that corresponds to that object type.

Returns The file type as a string4.

Examples Frontier.getFileType (outlineType)

   » "FTop"

Notes Type is a string 4 value. You can change the type of a file in Frontier with file.setType.

The type of a file determines how the application that created it interprets or deals with it.

See Also file.setType

Discuss