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
We need to replace patterns like this: String path = "a" + File.separator + "b" with String path = Path.get("a", "b") for reasons that were discussed in #13