(self, fpath)
| 2442 | def file_chmod(self, fpath, mode=0o644): |
| 2443 | return self.stub("File").file_chmod(fpath, mode=mode) |
| 2444 | def file_stat(self, fpath): |
| 2445 | return self.stub("File").file_stat(fpath) |
| 2446 | # Shortcut: Application |
| 2447 | def install_local_file(self, rpath, user=0): |
| 2448 | return self.stub("Application").install_local_file(rpath, user=user) |