4D v16.3Document type |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
Document type
|
Document type ( document ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
document | String |
![]() |
Document name | |||||
Function result | String |
![]() |
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.
Document creator
GET DOCUMENT PROPERTIES
MAP FILE TYPES
SET DOCUMENT TYPE
Product: 4D
Theme: System Documents
Number:
528
Modified: 4D v11 SQL
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)