Synopsis
tablechooser(dirName, title, wait, writeOK, multi, access)
Description
The table chooser allows the user to select only aips++ tables. You may choose to not block by setting wait=F.
Arguments
dirName |
|
Directory name |
|
|
Allowed: |
Any directory name |
|
|
Default: |
Current directory |
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 |