Public Member Functions | |
void | truncate () |
long | seek (long offset, SeekAnchor anchor) |
Protected Member Functions | |
void | open (FileStyle style) |
Definition at line 440 of file FileConduit.d.
|
Open a file with the provided style. Definition at line 448 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 498 of file FileConduit.d. References ftruncate(), and FileConduit::getPosition(). |
|
32bit only ... Set the file seek position to the specified offset from the given anchor. Definition at line 514 of file FileConduit.d. |