Function Entry: GETFILED
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: GETFILED
Name
getfiled
Class
Function
Syntax
(getfiled title default ext flags)
Arguments and Values
title: dialog titledefault: default file/pathext: default extensionflags: file-dialog flags
Autodesk documents flags as a bit-coded integer.
Description
Displays a file-selection dialog and returns a selected file name/path.
Return Values
String pathname or nil.
Side Effects
- opens a host dialog
- consumes user interaction
Compatibility
This function is highly host-UI-specific and therefore environment-profile-sensitive.
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 that
extdefaults to*when the empty string is supplied. - Autodesk documents specific
flagsbits including new-file mode, path-only mode, overwrite suppression, and URL restrictions. - Autodesk documents that on Web the function is supported but does not display the standard dialog and always returns
1.