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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info