Searched refs:localPath (Results 1 – 1 of 1) sorted by relevance
186 def deleteDirStructure(self, localPath, remotePath): argument212 for root, dirs, files in os.walk(localPath, topdown=False):214 tmpDir = os.path.join(root).replace(localPath, "")220 tmpDir = os.path.join(root, d).replace(localPath, "")