DirsRel

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

Directory path relative.

Attributes

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

Members list

Value members

Concrete methods

def /(extraPath: DirsRel): DirsRel

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): DirsRel

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
def />(operand: DirsFileRel): DirsFileRel

Append a directories and file name path. There is a name overload that takes the String representation as the operand.

Append a directories and file name path. There is a name overload that takes the String representation as the operand.

Attributes

def />(operand: String): DirsFileRel

Append a directories and file name path. There is a name overload that takes a DirsFileRel as the operand.

Append a directories and file name path. There is a name overload that takes a DirsFileRel as the operand.

Attributes

def </(operand: DirsRel): DirsRel

From the root of this relative directory path, append the operand directories path.

From the root of this relative directory path, append the operand directories path.

Attributes

def </%(operand: DirsRel): String

From the root of this relative directory path append the operand directories and then convert to a String.

From the root of this relative directory path append the operand directories and then convert to a String.

Attributes

def </>(operand: DirsFileRel): DirsFileRel

From the root of this relative directory path append the operand directories and filename path.

From the root of this relative directory path append the operand directories and filename path.

Attributes

def </>%(operand: DirsFileRel): String

Append a directories and file name path, then convert to String. There is a name overload that takes the String representation as the operand.

Append a directories and file name path, then convert to String. There is a name overload that takes the String representation as the operand.

Attributes

def </>%(operand: String): String

Append a directories and file name path, then convert to String. There is a name overload that takes a DirsFileRel as the operand.

Append a directories and file name path, then convert to String. There is a name overload that takes a DirsFileRel as the operand.

Attributes

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

Utility method for fromRootAppendDirs and fromRootAppendDirsFile methods. Creates the backing Array for the returned classes.

Utility method for fromRootAppendDirs and fromRootAppendDirsFile methods. Creates the backing Array for the returned classes.

Attributes

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