| Modifier and Type | Interface and Description |
|---|---|
interface |
PosixFileModeOption
Represents a POSIX file access permission.
|
| Modifier and Type | Method and Description |
|---|---|
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.