File

class File(path: String)
Companion:
object
class Object
trait Matchable
class Any

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
Definition Classes
Any
def toURI: URI