Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

FileConduit::VersionPosix Class Reference

List of all members.

Public Member Functions

void truncate ()
ulong seek (ulong offset, SeekAnchor anchor=SeekAnchor.Begin)

Protected Member Functions

void open (FileStyle.Bits style)

Detailed Description

Unix-specific code. Note that some methods are 32bit only

Definition at line 500 of file FileConduit.d.


Member Function Documentation

void open FileStyle.Bits  style  )  [inline, protected]
 

Open a file with the provided style.

Definition at line 508 of file FileConduit.d.

References FileConduit::path, and FilePath::toUtf8().

void truncate  )  [inline]
 

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().

ulong seek ulong  offset,
SeekAnchor  anchor = SeekAnchor.Begin
[inline]
 

32bit only ...

Set the file seek position to the specified offset from the given anchor.

Definition at line 574 of file FileConduit.d.


The documentation for this class was generated from the following file:
Generated on Sat Dec 24 17:28:38 2005 for Mango by  doxygen 1.4.0