Thursday, 26 September 2019

NodeJS change file and folder permissions

I'm currently running a node application with elevated privileges on Windows and am creating folders and writing files to disk. How can I change the permissions of these files and folders so elevated privileges aren't required in order to edit and/or delete them?



from NodeJS change file and folder permissions

No comments:

Post a Comment