(self, path)
| 156 | |
| 157 | # escape postscript pathname |
| 158 | def escape(self, path): |
| 159 | return path.replace('\\', '\\\\').replace('(', '\(').replace(')', '\)') |
| 160 | |
| 161 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 162 | # get complete list of files and directories on remote device |
no outgoing calls
no test coverage detected