Class File
A file either read from the user's disk or from an in-memory buffer.
Constructors
Name | Description |
---|---|
this
(filePath)
|
Fields
Name | Type | Description |
---|---|---|
contents
|
const(ubyte)[] | Contents of this file. |
filePath
|
const(string) | Path to this file. |
Properties
Name | Type | Description |
---|---|---|
exists [get]
|
const(bool) | Whether this file exists. |