5 lines
111 B
Python
5 lines
111 B
Python
import os
|
|
|
|
txt_path = "./test/image_base64.txt"
|
|
print(os.path.dirname(txt_path))
|
|
# os.makedirs(, exist_ok=True) |