Nio Directory
Constructors
Functions
Adds a new DirectoryEventListener to this directory using the given listener lambda
Adds a new FileEventListener to this directory using the given listener lambda
Returns a list of all directories contained within this directory. The list has no particular order
Returns the directory with the given path resolved from this directory. The path may be a single element which is the files name or a path separated by /.
Returns the path representation of this entity. Each entity in the path is separated with the separator. The path returned by this method without changing the separator can be used with Directory.getDirectory or Directory.getFile on the root directory of the filesystem to get this entity again.
Returns if this directory is the root of its FileSystem.