baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Add stat, lstat, fstat, chown and fchown that return and expect uid and gid as SIDs on Windows #27

Open prantlf opened 10 years ago

prantlf commented 10 years ago

This belongs to the issue #26.

baudehlo commented 9 years ago

I'm so sorry I've been so delinquent in replying to this PR.

It might make sense to merge this, but I think it might now be incorrect as we've ported the core to use nan so that things will build on both 0.10 and below, and 0.11 and above.

Would it be possible to bring this PR up to date?

baudehlo commented 7 years ago

Can you bring this up to date? We have windows testing now on appveyor.