Public Member Functions | |
void | truncate () |
long | seek (long offset, SeekAnchor anchor) |
Protected Member Functions | |
void | open (FileStyle style) |
Definition at line 474 of file FileConduit.d.
|
Open a file with the provided style. Definition at line 482 of file FileConduit.d. References ConduitStyle::access(), FileStyle::open(), FileConduit::path, FileStyle::share(), and FilePath::toUtf8(). |
|
32bit only ... Set the file size to be that of the current seek position. The file must be writable for this to succeed. Definition at line 532 of file FileConduit.d. References FileConduit::getPosition(). |
|
32bit only ... Set the file seek position to the specified offset from the given anchor. Definition at line 548 of file FileConduit.d. |