def pathify(self, path): root = ntpath.join(path,'*') root = root.replace('/','\\') #root = ntpath.normpath(root) return root