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
{{ message }}
This repository was archived by the owner on Nov 28, 2021. It is now read-only.
Hi,
I'm trying to list all directories & files from my C drive, but it's only give me the first level.
how can I use dir.ListFiles() to list all files from all directories in my C drive.
I tried a classic recursive method but I think that it's not the fastest way. Is there a native way to do that reading MFT with this library?
Thanks