node-file-dialog
node-file-dialog copied to clipboard
node-file-dialog root path spaces solution
What version of this package are you using? 1.0.3
What problem do you want to solve? exec() can't deal with root path spaces to .exe files C:\Users\Usuario\Desktop\demo space folder name\src\node_modules\node-file-dialog\python\dist\windows\dialog.exe -o
What do you think is the correct solution to this problem? Add quotes to the root path (cross-platform solution) "C:\Users\Usuario\Desktop\demo space folder name\src\node_modules\node-file-dialog\python\dist\windows\dialog.exe" -o
Are you willing to submit a pull request to implement this change? I'm new with git
Hi @jsebaszr , thank you for reporting this issue. I'll look into it.