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