14 lines
163 B
Lua
14 lines
163 B
Lua
|
local dirent = struct {
|
||
|
endian="<",
|
||
|
{inode="I4"},
|
||
|
{name_size="H"},
|
||
|
{etype="B"}
|
||
|
}
|
||
|
|
||
|
local function fox_readdir(self, inode)
|
||
|
|
||
|
end
|
||
|
|
||
|
function prox:list(path)
|
||
|
|
||
|
end
|