We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getKeys()
using fs driver we have default metaData for files which we can get with getMeta()
getMeta()
{ atime: 2024-12-25T19:43:11.982Z, mtime: 2024-12-25T19:43:11.899Z, size: 581074, birthtime: 2024-12-25T19:43:11.896Z, ctime: 2024-12-25T20:23:01.044Z }
can we order it by ctime (creation time) or other props by any chance? (perhaps even custom ones)
ctime
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
using fs driver we have default metaData for files which we can get with
getMeta()
can we order it by
ctime
(creation time) or other props by any chance? (perhaps even custom ones)The text was updated successfully, but these errors were encountered: