Lua File System

GPTKB entity

Statements (25)
Predicate Object
gptkbp:instance_of gptkb:Library
gptkbp:bfsLayer 5
gptkbp:bfsParent gptkb:Lua_5.5
gptkbp:allows file attribute retrieval
gptkbp:enables path manipulation
https://www.w3.org/2000/01/rdf-schema#label Lua File System
gptkbp:includes lfs module
gptkbp:is_available_on gptkb:multiple_platforms
gptkbp:is_compatible_with Lua 5.1 and later
gptkbp:is_used_by Lua programming language
gptkbp:provides file system manipulation functions
lfs.attributes
lfs.chdir
lfs.currentdir
lfs.dir
lfs.lock
lfs.mkdir
lfs.remove
lfs.rename
lfs.rmdir
lfs.setmode
lfs.touch
lfs.unlock
gptkbp:supports directory operations
gptkbp:written_in gptkb:Lua