4D v16.3

Document type

Home

 
4D v16.3
Document type

Document type 


 

Document type ( document ) -> Function result 
Parameter Type   Description
document  String in Document name
Function result  String in Windows file extension (1 to 3-character string) or Mac OS file type (4-character string)

The Document type command returns the extension or the type of the document whose name or pathname you pass in document.

On Windows, Document type returns the file extension of the document (i.e. 'DOC' for a Microsoft Word document, 'EXE' for an executable file, and so on) or the corresponding Mac OS-based 4 characters file type if this latter has been mapped with its equivalent Windows file extension by 4D (i.e. 'TEXT' for the 'TXT' file extension) or by a prior call to MAP FILE TYPES.

On Macintosh, Document type returns, if specified, the 4-characters file type of the document (i.e. 'TEXT' for a Text document, 'APPL' for a double-clickable application and so on).

The use of Mac OS file types is obsolete under Mac OS X. Like Windows, file identification is now based on the suffix of its name (see the System Documents section). For compatibility's sake, it nevertheless remains possible to read the Mac OS type of documents when it has been specified using MAP FILE TYPES.



See also 

Document creator
GET DOCUMENT PROPERTIES
MAP FILE TYPES
SET DOCUMENT TYPE

 
PROPERTIES 

Product: 4D
Theme: System Documents
Number: 528

This command has platform-specific behaviorThis command has platform-specific behavior

 
HISTORY 

Modified: 4D v11 SQL

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)