Which of the following is NOT true regarding the FileDialog object properties?
A) The Open option allows the user to select one or more files that can be opened in the Object Browser.
B) The FolderPicker option allows the user to select a path (folder). The file path text is stored in the SelectedItems method of the FileDialog object.
C) The FilePicker option allows the user to select one or more files. The file paths are stored in the SelectedItems method of the FileDialog object.
D) The SaveAs option allows the user to select a single file that can then be used to save the current file.
A
Computer Science & Information Technology