path_file = os.sep.join([path_dir, filename]) ... A better solution has emerged since Python 3.4, as a pathlib module. This handles file and folder ...
確定! 回上一頁