I think the dot may be messing with the way relative paths are resolved. A relative path might look something like this:
And having a period in your filename like that might be tricking the path resolution function into thinking it's part of some relative path syntax. The path resolution function did change a while back, which may explain the change in behavior. I'll look further into it...
Edit: found the problem - it will be fixed in the next build.
Code:
.\..\..\file.ext
And having a period in your filename like that might be tricking the path resolution function into thinking it's part of some relative path syntax. The path resolution function did change a while back, which may explain the change in behavior. I'll look further into it...
Edit: found the problem - it will be fixed in the next build.