DirsAbs

ostrat.DirsAbs
See theDirsAbs companion object
class DirsAbs(val arrayUnsafe: Array[String]) extends DirPath

An absolute Directory path.

Attributes

Companion
object
Graph
Supertypes
trait DirPath
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(newDir: DirsRel): DirsAbs

Appends a relative directory path. There is a name overload that appends a String.

Appends a relative directory path. There is a name overload that appends a String.

Attributes

def /(operand: String): DirsAbs

Appends a relative directory path. There is a name overload that appends a DirsRel

Appends a relative directory path. There is a name overload that appends a DirsRel

Attributes

override def /%(operand: DirsRel): String

Appends a String and converts the path to a String

Appends a String and converts the path to a String

Attributes

Definition Classes
override def /%(appendStr: String): String

Appends a String and converts the path to a String

Appends a String and converts the path to a String

Attributes

Definition Classes
override def asStr: String

The path as a string with the slash characters inserted

The path as a string with the slash characters inserted

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

A notification String to inform that the path doesn't exist.

A notification String to inform that the path doesn't exist.

Attributes

Inherited from:
DirPath

A notification String to inform that the path is not a directory.

A notification String to inform that the path is not a directory.

Attributes

Inherited from:
DirPath

Concrete fields