[Obsoleted Prototype] Highly experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
0
stars
0
forks
source link
Add functionality to get file system attributes for a file or directory to the C_FileSystem API #42
Open
rdw-software opened 3 years ago
Leftover from #39. I don't need this right now, but it would be nice to have.
Proposed API:
C_FileSystem.GetAttributes(path)
Can use
stat
,lstat
,fstat
of thefs
builtin.