Thank you, davidfor. Indeed, you did give me the right answer.
Is the 185 character limit to the path the only restriction? No additional restriction regarding the file name length? (obviously there are other restrictions regarding illegal characters).
And regarding to path, what, exactly, does that include? Take for example:
Code:
C:/Books/Hastie, Trevor & Tibshirani, Robert & Friedman, Jerome/The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Second Edition
Is the "C:/" part counted towards that 185 character limit?
The reason I ask is that I'd like to write something a bit more robust and need a clear understanding what's going on under the hood.