getfiled
getfiled
getfiled{parametri}
Chiede all'utente di selezionare il nome di un file. parametri e' una tabella con il seguente formato:
Tabella 15. getfiled(): Tabella Parametri
Nome Campo |
Tipo |
Descrizione |
title |
stringa |
Titolo del dialog box di richiesta |
default |
stringa |
Filename di default |
ext |
stringa |
Filtro estensione. |
flags |
numero |
Opzioni: vedi tabella seguente, sommare i valori |
Tabella 16. getfiled(): Tabella valori "flags"
Valore |
Descrizione |
1 |
Indicates a request for a new file to be created. |
2 |
Disables the Type it button. |
4 |
Enables the user to enter an arbitrary file-name extension. |
8 |
Performs a library search for the file name entered. |
16 |
Interprets the second argument to acedGetFileD as a path or directory name, not a file name. |
32 |
Inhibits display of the alert box, which warns that a file exists when a new file of the same name is opened. |