gnoi
gnoi copied to clipboard
clarification on `file.stat` behavior for directories
Hi all, what is expected from a target when File.Stat RPC is used with a path that points to a directory with nested directories?
Should the target recursively provide stat information or should it only consider files/directories listed by the specified path without doing recursive lookups?
I don't believe recursion is expected only a list of all objects at the provided path