Function FILEOPEN
Opens an file to read, write, or append.
Beispiel
fileopen(string path,[string mode,[string charset,[boolean seekable]]]):any
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
path | string | Yes | a file path |
mode | string | No |
Action to perform on the file, including the following: If you do not specify the mode, Railo opens the file in read mode. |
charset | string | No | The character set of the file. |
seekable | boolean | No | can be used for function fileseek |