Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

GetFileTypeCode Function

Overview

The GetFileTypeCode function examines either the file extension or the file header to determine the type of file and returns it as a formatted file type code.

Syntax/Parameters

Syntax

dword = GetFileTypeCode ( string source, [boolean extension_only] );

Parameters

source

A string specifying a qualified source filename to inspect. For maximum flexibility, this file is opened with read access and share write/read.

extension_only

An optional boolean flag that when TRUE causes the function to only examine the extension. The default value is FALSE.

Return Value

Returns a dword as a file type code or a formatted error code on failure.

Remarks

See the introduction to this section for the file codes and their meaning. Note that some file type testers add version bits, which makes a direct comparison impractical. If this function searches only by extension, the file is not opened.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic