File

munit.internal.io.File
See theFile companion object
class File(path: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(parent: String, child: String)
def this(parent: File, child: String)
def this(uri: URI)

Concrete methods

def exists(): Boolean
def getAbsolutePath: String
def getPath: String
def isDirectory: Boolean
def isFile: Boolean
def mkdirs(): Unit
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
def toURI: URI