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
When using some file systems, such as local file systems, the metadata of directories generally includes the last modified time. However, in the list of entries traversed by opendal, if the entry is a directory, its last modified time is None.
If I want to obtain the last modified time of a directory, how should I do it?
The text was updated successfully, but these errors were encountered:
Your point is correct; we do need to ensure the metadata for directories is accurately filled whenever possible. Let's address this in the next release.
When using some file systems, such as local file systems, the metadata of directories generally includes the last modified time. However, in the list of entries traversed by opendal, if the entry is a directory, its last modified time is None.
If I want to obtain the last modified time of a directory, how should I do it?
The text was updated successfully, but these errors were encountered: