node-file-dialog icon indicating copy to clipboard operation
node-file-dialog copied to clipboard

node-file-dialog root path spaces solution

Open jsebaszr opened this issue 4 years ago • 1 comments

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

jsebaszr avatar May 30 '21 01:05 jsebaszr

Hi @jsebaszr , thank you for reporting this issue. I'll look into it.

manorit2001 avatar Jun 27 '21 09:06 manorit2001