file.open
Open a file.
method uint file.open (
str name,
uint flag
)
str name,
uint flag
)
Parameters
name | The name of the file to be opened. | ||||||||
flag | The following flags can be used.
|
Return value
If the function succeeds, the return value is 1. If the function fails, the return value is 0.
Related links | Source |