njanakiev/folderstats

Indentify file/folders owners.

Closed this issue · 1 comments

Any chance of indentifying onwers of files and folders.

If you were using a Unix Like system probaly you're gonna have success on adding just a column (st_uid). But on Windows os.stat() seems very limited. You can check my pull request here with changes and test it on your OS. #7