Tuesday 30 May 2017

Creating a js file object using Node.js and fs

I want to be able to create a File object from a file stored on the local drive (ie: C:\test\pic.png).

Can I do this using the Node.js FS library?



via LucMorrissette

No comments:

Post a Comment