public interface FSCapabilityCreateDirectoryType
The interface exposed by filesystem implementations that have the capability to create directories in the (virtual) filesystem.
| Modifier and Type | Method and Description |
|---|---|
void |
createDirectory(PathVirtual path)
Create a directory in the virtual filesystem at
path. |
void createDirectory(PathVirtual path) throws FilesystemError
Create a directory in the virtual filesystem at path.
path - The path.FilesystemError - If:
path is not a directory.Copyright © 2014 <code@io7m.com> http://io7m.com