-
I need to read lines from a file path: Java:
Scala better-files:
Scala os-lib:
The os-lib version is ugly, is there any better way to operate on any path? I would like something like |
Beta Was this translation helpful? Give feedback.
Answered by
lefou
Sep 24, 2024
Replies: 1 comment 1 reply
-
os.read.lines(os.Path(s, os.pwd)) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dieken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
os.read.lines(os.Path(s, os.pwd))