Hi all,
I was working on small desktop app that would help me in my daily work.
All works nice but becouse speech recognition dont seems to work in nw.js i need to switch my app to browser (chrome).
Now my objects like: NW.js "path" or "create folder" and AJAX "request" C:\... (path to my folder) dont work anymore.
How do i make browser to check if directory exist and if not to make one?
And how to open local *.csv file?
Thank you!!!!