Differences From Artifact [864faa54a3]:
- File helpers.py — part of check-in [652870dcf1] at 2025-11-24 16:56:04 on branch trunk — [build][fr] drop the obsolete distutils library and fix the thesaurus builder (user: olr, size: 4904) [annotate] [blame] [check-ins using]
To Artifact [82e1f566c6]:
- File helpers.py — part of check-in [fc398bebae] at 2025-11-24 17:40:36 on branch trunk — [build][fr] create folders recursively (user: olr, size: 4922) [annotate] [blame] [check-ins using]
| ︙ | |||
76 77 78 79 80 81 82 | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | - + |
else:
eraseFolderContent(sp)
def createFolder (sp):
"make a folder if it doesn’t exist; don’t change anything if it exists"
if not os.path.exists(sp):
|
| ︙ |