def makedirs(self): log.Log("Making directory path " + self.path, 6) self.conn.os.makedirs(self.path) self.setdata()