'''Check if directory exists, if not, create it''' import os # You should change 'test' to your preferred folder. MYDIR = ("test") CHECK_FOLDER = os.path.isdir( ...
確定! 回上一頁