@Kevin
> In this case, I'm invoking the `of` factory method on the `FileRef`
> singleton. This method accepts a URI argument, so you're also using an
> implicit conversion from String=>Uri. De-sugaring, it's equivalent to:
>
> val dir: FileRef = FileRef.of(Uri("C:\somedirectory"))
>
>
Why is FileRef a better name than FilePath ? It seems to just make for a
much more convulated / unnecessary complex heirarchy.
--
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en.