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
Library was created for easy dialogs usage on node-webkit. To save and read files it use the native node.js filesystem module as you can see in line 221 of lib/fdialog.js.
Content is sent throug a Buffer object (Node.js native) and it defines the encoding and staf. For easy2use reazons I have included the string, and encoding's method to save that. But you can create a Buffer and send it to saveFile method directly (just for binary formats).
Is the an option to save files with BOM?
The text was updated successfully, but these errors were encountered: