Difference between revisions of "(File):read"
m (moved File:read to (File):read) |
|||
Line 1: | Line 1: | ||
− | |||
Read a number of bytes from a file | Read a number of bytes from a file | ||
== Function == | == Function == | ||
Line 14: | Line 13: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Read a number of bytes from a file}} | {{#set:Description=Read a number of bytes from a file}} | ||
+ | == Other Languages == | ||
+ | {{i18n|(File):read}} |
Revision as of 08:19, 26 October 2010
Read a number of bytes from a file
Function
Synopsis
contents = File:read( bytes )
Arguments
number bytes
- The number of bytes to read
Returns
string contents
- The contents of the read bytes
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