Hilbish/golibs/fs
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
..
fs.go fix(fs): make stat better 2021-10-17 12:56:45 -04:00