(self, path)
| 171 | return sorted(list) |
| 172 | |
| 173 | def find(self, path): |
| 174 | str_send = '{false statusdict /setfilenameextend get exec} stopped\n'\ |
| 175 | '/str 256 string def (' + path + ') '\ |
| 176 | '{print (\\n) print} str filenameforall' |
| 177 | return self.timeoutcmd(str_send, self.timeout * 2, False) |
| 178 | |
| 179 | # ------------------------[ ls <path> ]------------------------------- |
| 180 | def do_ls(self, arg): |