Quote:
Originally Posted by BetterRed
Here you go.
My prior usage would have had simple path names: e.g.
Code:
D:\Calibre\Libraries\Test\!Attachments\[159] something simple
BR
|
I was just about to release the next version (without these last tweaks) when you posted your error.
Your file url error was caused by Qt creating QUrls differently based on whether there is a grammatical ' or not. If there is, it surrounds the url with double quotes. If there is not, which is what I had previously tested ad nauseam, it surrounds the url with single quotes. NV handled the latter case, but not the former, causing a bad path error in Windows. As I mentioned earlier, it was the Banker's single quote that broke it, because Qt used double quotes instead of single quotes.
Maybe you will find some really good new combinations that will be tested.
DaltonST