Difference between revisions of "(File):open"

m (moved File:open to (File):open)
Line 1: Line 1:
 
 
Open the file for write, read or append.
 
Open the file for write, read or append.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Open the file for write, read or append.}}
 
{{#set:Description=Open the file for write, read or append.}}
 +
== Other Languages ==
 +
{{i18n|(File):open}}

Revision as of 08:19, 26 October 2010

Open the file for write, read or append.

Function

Synopsis

ok = File:open( mode )

Arguments

FileMode mode
The mode to open the file in.

Returns

boolean ok
True on success, false otherwise.

See Also

Other Languages