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

Class FileSpec

source code


Specification of a file path.

Instance Methods
 
__init__(self, filename, filesystem=u'API', path_sep=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
components(self) source code
 
os_path(self)
Get a path suitable to be used with os APIs.
source code
 
__str__(self)
str(x)
source code
 
join(self, components) source code
 
add(self, component) source code

Inherited from rekall_lib.utils.SlottedObject: keys

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

Class Variables
  default_path_sep = '/'
Properties
  dirname
  basename
  filesystem
  name
  path_sep

Inherited from object: __class__

Method Details

__init__(self, filename, filesystem=u'API', path_sep=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details

dirname

Get Method:
unreachable.dirname(self)

basename

Get Method:
unreachable.basename(self)