node-fswin
node-fswin copied to clipboard
nodejs fs extensions for windows
Hi @xxoo is it possible to make `getCompressedSize` function return the size even for inaccessible files? I calculated the size of all files in `C:\Windows` and got `1.9 GB` with...
I wanted to ask, have you ever considered expanding this module by adding more functions for working with file system and drives? For example: - `getLogicalDriveList` - `watchDriveList` (to detect...
It would be really nice if this library could ship its types. :) 
Thanks a lot for this library, I use it for some things in [clipboard-sync](https://github.com/felipecrs/clipboard-sync). But there is another thing which I'd like to use, which is apparently not supported yet...
Currently, `fswin` only provides callback-based APIs. It would be great to have native Promise support to improve compatibility with modern async/await code. Current usage: ```ts import { promisify } from...