| Modifier and Type | Method and Description |
|---|---|
void |
Directory.copyTo(Directory dest)
Recursively copies the contents of this directory to the specified
destination directory.
|
Directory |
ResolvedPath.createDirectory()
Creates a directory whose pathname is given by this object or fails if the
pathname already exists.
|
Directory |
Directory.createDirectory(String directoryName)
Creates a directory with the specified name.
|
RegularFile |
ResolvedPath.createRegularFile(RegularFileCreateOption... options)
Creates a new (regular) file whose pathname is given by this object with
the specified creation options or fails if the pathname already exists.
|
RegularFile |
Directory.createRegularFile(String fileName,
RegularFileCreateOption... options)
Creates a (regular) file with the specified file name and with the
specified creation options.
|
Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.