Create a runtime directory in Node.js
I’m working on a service which handles file uploads to a server. In my service (Node.js) I want to create a certain file structure, put it in a directory, convert it to a blob and then upload it. I am of course aware of the Node file system (fs), but as far as I know… Read More Create a runtime directory in Node.js