Important: The information in this document is obsolete and should not be used for new development.
Opening Files
You can use theStandardGetFile
procedure to present the standard user interface when the user asks to open a file. If you need to add elements to the default dialog boxes or exercise greater control over user actions in the dialog box, useCustomGetFile
.If your application is designed to execute in system software versions earlier than version 7.0, you can use the corresponding procedures
SFGetFile
andSFPGetFile
.
Subtopics
- StandardGetFile
- CustomGetFile
- SFGetFile
- SFPGetFile