SCons
FS
chmod(self, path, mode)
copy(self, src, dst)
copy2(self, src, dst)
exists(self, path)
getmtime(self, path)
getsize(self, path)
isdir(self, path)
isfile(self, path)
islink(self, path)
link(self, src, dst)
listdir(self, path)
lstat(self, path)
makedirs(self, path)
mkdir(self, path)
open(self, path)
readlink(self, file)
rename(self, old, new)
stat(self, path)
symlink(self, src, dst)
unlink(self, path)