Home | Libraries | People | FAQ | More |
This is easy, if not terribly obvious: call async_enumerate()
on the containing directory of the file you want metadata for with a shell
glob exactly matching the file name and with the minimum metadata you are
looking for. AFIO will then asynchronously fetch that metadata for you, returning
it in the future directory_entry
returned by enumerate()
.