fstat(path)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
info = fstat("radio")
if info ~= nil then
if (info.attrib == AM_DIR) then
print("is a directory")
end
size = info.size
time = info.time
end