Package | Description |
---|---|
io.vertx.core.file |
== Using the file system with Vert.x
The Vert.x
FileSystem object provides many operations for manipulating the file system. |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
Blocking version of
FileSystem.fsProps(String, Handler) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystem.fsProps(String path,
Handler<AsyncResult<FileSystemProps>> handler)
Returns properties of the file-system being used by the specified
path , asynchronously. |
Copyright © 2016. All rights reserved.