Difference between revisions of "IO (API)"

From ComputerCraft Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
* file:seek(...) - Doesn't exist.
 
* file:seek(...) - Doesn't exist.
 +
* io.files(...) - Doesn't exist either. (NOTE: file:lines() does work, and can be used as a stand-in)
  
 
[[Category:APIs]]
 
[[Category:APIs]]

Revision as of 20:24, 18 July 2012

IO is a reimplementation of the default Lua input / output API defined here, with some features trimmed. Most features should work. If you find a non-working feature, please list it here.

List of non-working features from IO:

  • file:seek(...) - Doesn't exist.
  • io.files(...) - Doesn't exist either. (NOTE: file:lines() does work, and can be used as a stand-in)