Function Entry: VL-FILE-SYSTIME
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-FILE-SYSTIME
Name
vl-file-systime
Class
Visual LISP File Function
Syntax
(vl-file-systime filename)
Arguments and Values
filename: pathname string
Description
Returns the last modification time of the specified file.
Return Values
List or nil.
Autodesk documents a list containing:
- year
- month
- day of week
- day of month
- hours
- minutes
- seconds
Side Effects
None.
Compatibility
Autodesk documents this on Windows and macOS, not Web.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
Notes
- Autodesk documents a Unicode/LISPSYS behavior change in AutoCAD 2021.