Package rekall :: Package plugins :: Package response :: Module common :: Class FileInformation
[frames] | no frames]

Class FileInformation

source code


An object representing a file on disk.

This FileInformation uses the API to read data about the file.

Instance Methods
 
__init__(self, session=None, filename=None, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
open(self) source code
 
list_names(self) source code
 
list(self)
If this is a directory return a list of children.
source code

Inherited from rekall_lib.utils.SlottedObject: keys

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods
 
from_stat(cls, filespec, session=None) source code
Properties
  mtime
  atime
  ctime
  filename
  session
  st_atime
  st_ctime
  st_dev
  st_gid
  st_ino
  st_mode
  st_mtime
  st_nlink
  st_size
  st_uid

Inherited from object: __class__

Method Details

__init__(self, session=None, filename=None, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

mtime

Get Method:
unreachable.mtime(self)

atime

Get Method:
unreachable.atime(self)

ctime

Get Method:
unreachable.ctime(self)