replpp.shaded.os.Path
See thePath companion class
object Path
Attributes
Members list
Value members
Concrete methods
Attributes
- Returns
-
true if Windows OS and path begins with slash or backslash. Examples: driveRelative("/Users") // true in
Windows
, false elsewhere. driveRelative("\Users") // true inWindows
, false elsewhere. driveRelative("C:/Users") // false always
Equivalent to os.Path.apply, but automatically expands a leading ~/
into the user's home directory, for convenience
Equivalent to os.Path.apply, but automatically expands a leading ~/
into the user's home directory, for convenience
Attributes
Concrete fields
Attributes
- Returns
-
current working drive if Windows, empty string elsewhere. Paths.get(driveRoot) == current working directory on all platforms.
Implicits
Implicits
In this article