Bug with folders in CLI (Command Line Interface)
Posted: Mon Mar 24, 2014 5:41 pm
In CLI XnView MP does not support folders with spaces.
Steps:
1. Make a folder named "Folder 1" (with spaces) in C:
2. Go to command line and write
Expected:
XnView should open the Folder 1 in browser.
Actual:
A "File Not Found!" message appears.
Notes:
The code works for folders without spaces. IOW if it would be Folder1 and the command line would be xnview c:\folder1 then it would work.
Pierre, please support embedding the folder paths in quotes.
For the files it works ok.
Steps:
1. Make a folder named "Folder 1" (with spaces) in C:
2. Go to command line and write
Code: Select all
xnview "C:\Folder 1\"
XnView should open the Folder 1 in browser.
Actual:
A "File Not Found!" message appears.
Notes:
The code works for folders without spaces. IOW if it would be Folder1 and the command line would be xnview c:\folder1 then it would work.
Pierre, please support embedding the folder paths in quotes.
For the files it works ok.