Function Entry: DOSFILEEX
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: DOSFILEEX
Name
`dosfileex`
Class
BricsCAD DOSLib Function
Syntax
(dos_fileex filepath)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Returns informations about the specified file. filename :is the file to retrieve file details for Returns a list of file details : (<path> <file name> <file size> <file creation time> <file modification time> <file last-access time> <file attributes>) <file attributes> : combination of bit flags : 1 read-only 2 hidden 4 system 8 archive 16 compressed 32 temporary Returns NIL in case of an error.
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [dosfileex (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/dos_fileex.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).