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

Fuse::Stat Struct Reference

List of all members.

Detailed Description

Used for returning information about a file or directory.

Warning:
This must match the definition in wrapper.h, as it is used in P/Invoke calls.


Public Member Functions

void SetTimes (System.DateTime time)
fuse_attr ToFuseAttr ()

Static Public Member Functions

static Fuse.Stat ToStat (fuse_attr attr)

Public Attributes

ulong ino
uint mode
uint nlink
uint uid
uint gid
uint rdev
ulong size
long blocks
ulong atime
ulong mtime
ulong ctime
uint atimensec
uint mtimensec
uint ctimensec


Member Function Documentation

void Fuse::Stat::SetTimes System.DateTime  time  )  [inline]
 

Set time fields based on a System.DateTime.

Parameters:
time Time to set, in UTC
Warning:
If the time specified is not in UTC, then the resulting time may be offset.
To set the time as 'now':
          Stat stat = new Stat();
          stat.SetTimes( DateTime.UtcNow );


The documentation for this struct was generated from the following file:
Generated on Wed May 18 23:16:50 2005 for SULF by  doxygen 1.4.3