You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
120 B

import os
print(os.path.abspath("new_data_txt"))
uuid_path = "./new_data_txt/{}/".format("1111")
os.makedirs(uuid_path)