class PlainDirectory
extends PlainFile

''Note: This library is considered experimental and should not be used unless you know what you are doing.''

Constructors

PlainDirectory ( givenPath: Directory )

Members

private val givenPath : Directory
override def delete ( ) : Unit

Delete the underlying file or directory (recursively).

Delete the underlying file or directory (recursively).

override def isDirectory : Boolean

Is this abstract file a directory?

Is this abstract file a directory?

override def iterator : Iterator [ A ]

Returns all abstract subfiles of this abstract directory.

Returns all abstract subfiles of this abstract directory.