2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-12 17:30:40 +00:00
sammyette 6b065dc035
fix(fs): make stat better
return a table with 4 values: name, size, mode and isDir
name -> name of path
size -> size (obviously)
mode -> permissions mode in a string as octal format
isDir -> whether path is a directory
2021-10-17 12:56:45 -04:00
..
2021-10-17 12:56:45 -04:00