bchelli/node-smb2

how can I get current working directory?

Opened this issue · 1 comments

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')