open class FileProps
Represents properties of a file on the file system.
NOTE: This class has been automatically generated from the io.vertx.core.file.FileProps non RX-ified interface using Vert.x codegen.
FileProps(delegate: FileProps) |
static val __TYPE_ARG: TypeArg<FileProps> |
open fun creationTime(): Long
The date the file was created |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): FileProps |
|
open fun hashCode(): Int |
|
open fun isDirectory(): Boolean
Is the file a directory? |
|
open fun isOther(): Boolean
Is the file some other type? (I.e. not a directory, regular file or symbolic link) |
|
open fun isRegularFile(): Boolean
Is the file a regular file? |
|
open fun isSymbolicLink(): Boolean
Is the file a symbolic link? |
|
open fun lastAccessTime(): Long
The date the file was last accessed |
|
open fun lastModifiedTime(): Long
The date the file was last modified |
|
open static fun newInstance(arg: FileProps): FileProps |
|
open fun size(): Long
The size of the file, in bytes |
|
open fun toString(): String |