Public Member Functions | |
void | truncate () |
ulong | seek (ulong offset, SeekAnchor anchor=SeekAnchor.Begin) |
Protected Member Functions | |
void | open (FileStyle.Bits style) |
Definition at line 500 of file FileConduit.d.
|
Open a file with the provided style. Definition at line 508 of file FileConduit.d. References FileConduit::path, 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 558 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 574 of file FileConduit.d. |