Lua
rt
Download
Documentation
Modules
LuaRT Community
LuaRT on Twitter
LuaRT YouTube channel
Comprehensive Windows framework to develop in Lua
modules
>
sys
> File
sys.File
File is an Object representation of a file that may,
or may not
physically exists.
Properties
File.name
File.extension
File.fullpath
File.directory
File.path
File.exists
File.position
File.eof
File.encoding
File.lines
File.readonly
File.hidden
File.temporary
File.created
File.modified
File.accessed
Methods
File:constructor()
File:open()
File:close()
File:write()
File:writeln()
File:read()
File:readln()
File:flush()
File:remove()
File:copy()
File:move()
Copyright © 2022 Samir Tine