Package SCons :: Package Node :: Module FS :: Class LocalFS
[hide private]
[frames] | no frames]

Class LocalFS

source code

object --+
         |
        LocalFS
Known Subclasses:
FS

Instance Methods [hide private]
 
chmod(self, path, mode) source code
 
copy(self, src, dst) source code
 
copy2(self, src, dst) source code
 
exists(self, path) source code
 
getmtime(self, path) source code
 
getsize(self, path) source code
 
isdir(self, path) source code
 
isfile(self, path) source code
 
link(self, src, dst) source code
 
lstat(self, path) source code
 
listdir(self, path) source code
 
makedirs(self, path) source code
 
mkdir(self, path) source code
 
rename(self, old, new) source code
 
stat(self, path) source code
 
symlink(self, src, dst) source code
 
open(self, path) source code
 
unlink(self, path) source code
 
islink(self, path) source code
 
readlink(self, file) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __metaclass__ = SCons.Memoize.Memoized_Metaclass
Properties [hide private]

Inherited from object: __class__