| Modifier and Type | Method and Description |
|---|---|
static Directory |
LocalFs.getDirectory(File file)
Returns an existing directory whose pathname is given by the specified
java.io.File. |
Directory |
Directory.getDirectory(String directoryName)
Returns an existing subdirectory having the specified name.
|
static Directory |
LocalFs.getDirectory(String first,
String... more)
Returns an existing directory whose pathname is given by combining all of
the specified names.
|
Directory |
ResolvedPath.toDirectory()
Returns the directory denoted by this pathname; fails if the directory does
not exist or if the pathname is not a directory.
|
Directory |
ResolvedPath.toDirectoryCreateIfNotFound()
Returns the directory denoted by this pathname; creates a new directory if
it does not exist or fails if the pathname is not a directory.
|
Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.