Language:
Русский
English
▄ Help on Open a File Dialog Box
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
The Open a File dialog box contains an input box, a file list, a file information panel, the standard buttons Cancel and Help, two other action buttons (Open and Replace), plus a history list that's attached to the Name input box.
┌─ Name ──────────────────────────┐
│ │
└─────────────────────────────────┘
The Name input box is where you enter the name of the file to load, or the file-name mask to use as a filter for the Files list box.
┌ Files ──────────────────────────┐
│ │
│ FILENM01.PAS │ FILENM09.PAS │
│ FILENM02.PAS │ FILENM10.PAS │
│ FILENM03.PAS │ FILENM11.PAS │
│ FILENM04.PAS │ FILENM12.PAS │
│ FILENM05.PAS │ .. │
│ FILENM06.PAS │ \MOREXAMP │
│ FILENM07.PAS │ \TOURS │
│ FILENM08.PAS │ \ANSWERS.DIR │
│ ◄▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒► │
└─────────────────────────────────┘
The Files list box lists the names of files in the current directory that match the file-name mask in the Name input box, plus the parent directory and all subdirectories.
If Options|Environment|Preferences|Change Dir on Open is set, the current directory will be changed when you open a file from another directory.
┌──────────────────────────────────────────┐
│ C:\TP\EXAMPLES\*.PAS │
│ HELLO.PAS 52 May 14,1992 12:00pm │
└──────────────────────────────────────────┘
The File information panel shows the path name, file name, date, time, and size of the selected file.
None of the items on this information panel are selectable.
┌──────────┐
│ [ Open ] │
└──────────┘
The Open button opens a new Edit window and places the selected file in that window.
┌─────────────┐
│ [ Replace ] │
└─────────────┘
The Replace button replaces the file in the active Edit window with the selected file, instead of opening a new Edit window.