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
The text was updated successfully, but these errors were encountered:
We need to replace patterns like this:
String path = "a" + File.separator + "b"
withString path = Path.get("a", "b")
for reasons that were discussed in #13The text was updated successfully, but these errors were encountered: