|
Contents | Previous | Next | Subchapters |
| Syntax |
openfilecaption)caption, name)caption, name, description, extension) |
| See Also | savefile |
openfile.
If the user chooses a valid file name,
the return value of openfile is a character row vector
containing the name of the file.
Otherwise, the return value is an empty character row vector; that is,
it has column dimension equal to 0.
caption = "Example: openfile"
name = "autoexec.oms"
description = "O-Matrix Files"
extension = "*.oms"
openfile(caption, name, description, extension)
O-Matrix will display a system browser dialog.
If you choose a file in the dialog, O-Matrix will print the name of the
file in the command window.