You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is certainly possible to iterate a directory in either direction.
The semantics of the current "readdir" API only proceeds forward... and that is the way SMB & NFS would use it. But for other clients (e.g. pfs_middleware), would could certainly pass an option to reverse it. Note that this would flip the semantics of the equivalent of the "marker" as it currently marks the "last returned" rather than the "next to return" item index/name.
No description provided.
The text was updated successfully, but these errors were encountered: