getFileFormat

The function gets the FileFormat structure with info about file format.

  1. FileFormat getFileFormat(string filepath, string additExt)
  2. FileFormat getFileFormat(string filepath)
    getFileFormat
    (
    string filepath
    )

Parameters

filepath string

Path to required file.

Return Value

a FileFormat object containing some format information.

Meta