J.File.System

opaque type System

J.File.System is an opaque value, backed by java.nio.file.FileSystem

Source
System.scala

Def

inline def path(first: String, more: String*): J.Path
inline def path(a: Stream[String]): J.Path
inline def real: java.nio.file.FileSystem

Real value

Real value

Returns real value standing behind the opaque type.

This is a zero cost call.

Inherited from
_methods
Source
Base.scala
inline def separator: String