An abstraction for directories.
- Authors:
Paul Phillips
- Since:
2.8 ''Note: This is library is considered experimental and should not be used unless you know what you are doing.''
- Companion:
- object
Value members
Concrete methods
If optional depth argument is not given, will recurse until it runs out of contents.
If optional depth argument is not given, will recurse until it runs out of contents.
Inherited methods
Creates a new Path with the specified path appended. Assumes the type of the new component implies the type of the result.
Creates a new Path with the specified path appended. Assumes the type of the new component implies the type of the result.
- Inherited from:
- Path
Deletes the path recursively. Returns false on failure. Use with caution!
Deletes the path recursively. Returns false on failure. Use with caution!
- Inherited from:
- Path
If this path is absolute, returns it: otherwise, returns an absolute path made up of root / this.
If this path is absolute, returns it: otherwise, returns an absolute path made up of root / this.
- Inherited from:
- Path