When writing text to TXT in python3, how to determine whether the file path to be written exists or create a new one if it does not exist?
編輯:Python
Determine whether the folder exists , If it doesn't exist, create a new one , Determine whether the file name under the folder exists , If it doesn't exist, create a new one ,