package lua
import lua.Io
Available on luaA enumerator that describes the output of
Io.type()
.
inline read only ClosedFile:IoType = "closed file"
inline read only File:IoType = "file"
inline read only NotAFile:IoType = null
toString ():String
static inline read only ClosedFile:IoType = "closed file"
static inline read only File:IoType = "file"
static inline read only NotAFile:IoType = null
static toString ():String
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/lua/IoType.html