You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getAbsolutePath() was introduced in
16635e2, but it is unclear to me why.
Removing it seems to fix UX inconsistencies without introducing other
issues.
It causes non-existent relative paths to be treated differently than
non-existent absolute paths: using the former crashes the program, while
using the latter results in directories being created at the provided
paths.
Closes#825
0 commit comments