FSFolder

class FSFolder(val name: String, val entries: List<FSEntry>) : FSEntry

Constructors

Link copied to clipboard
constructor(name: String, entries: List<FSEntry>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Check whether a folder contains multiple entries with the same name.

Link copied to clipboard

Check whether a folder is cyclic.