It would be useful to get an inode value to use a unique key for files.
Consider adding either a stats method, or shoving stats.ino into the DirEnt class (but that deviates from nodejs).
It would be a lot cheaper to have it in the DirEnt response. If it requires a separate stats call per file there will be performance issues.
It would be useful to get an inode value to use a unique key for files. Consider adding either a
stats
method, or shovingstats.ino
into theDirEnt
class (but that deviates from nodejs).It would be a lot cheaper to have it in the
DirEnt
response. If it requires a separatestats
call per file there will be performance issues.