Synopsis
chooser(dirName, restrictions, title, wait, writeOK, multi, access)
Description
The chooser subsequence provides the actual gui for the file, data, and table
choosers. You may call it directly but the preference is for glish programmers
to use the file, data, or table chooser.
Arguments
dirName |
|
Directory name |
|
|
Allowed: |
Any directory name |
|
|
Default: |
Current directory |
restrictions |
|
Whether to show tables or files |
|
|
Allowed: |
Two element boolean record |
|
|
Default: |
[T,T] |
title |
|
Title to put on Window |
|
|
Allowed: |
Any String |
|
|
Default: |
AIPS++ chooser |
wait |
|
Flag for whether to wait for result or not |
|
|
Allowed: |
T or F |
|
|
Default: |
T |
writeOK |
|
Flag for allowing writing of files |
|
|
Allowed: |
T or F |
|
|
Default: |
T |
multi |
|
Flag for allowing multiple choices |
|
|
Allowed: |
T or F |
|
|
Default: |
F |
access |
|
String specifying required access permissions of files |
|
|
Allowed: |
any combination of r,w, and x |
|
|
Default: |
r |