Pathikrit Bhowmick

Results 69 comments of Pathikrit Bhowmick

What version are you using? This has been resolved by #249

Hi, the DNA of better-files was supposed to just add useful implicit defs to `java.util.File` and thus it is currently only serves as File I/O util using NIO. But there's...

@fommil: Let's not close issues without any comments

Sorry, this issue is not resolved. I won't close it till it is resolved.

I think we need to implement a typed path for relative and absolute paths to prevent stuff like this

Yup, @lihaoyi has the right idea in ammonite about typing paths. Paths would also address some of the fuzziness regarding files that actually exist on the file system vs. doing...

@jaa127 : Although your suggestion does not resolve the original bug this issue pertains to but it definitely makes sense and so please submit a PR. Some guidelines: * In...

Isn't this obvious from the types? The return types of both method return the `destination.type` ...

I intentionally named these methods with `to` suffixes to make this clear e.g. I called it `symbolicLinkTo` instead of `symbolicLink` and `linkTo` instead of `link`. I think the problem is...

I still don't understand - can you send a quick PR of what you want?