szwacz / fs-jetpack

Better file system API for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `write` accept `mode`

Weakky opened this issue Β· comments

Description

It'd be great if we could pass the native fs mode option to writeFile.

Thanks for the great work! πŸ™

There you have it :) Version 2.4.0.

Awesooome, thanks a ton for the quick feat and reply πŸ™

What is the default mode?

Operating system decides on default mode if I recall it correctly, that's why there is no default specified in the readme.