node-smb2
node-smb2 copied to clipboard
how can I get current working directory?
Hi, I hope you're doing well. I have a question. Is there any method or any way to get current working directory?. Thanks Azam
In NodeJS this is __dirname (if you wonder about current local directory where your code is being executed, not current 'share')