This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
auto-archiver
kopia lustrzana
https://github.com/bellingcat/auto-archiver
Obserwuj
1
Polub
0
Forkuj
You've already forked auto-archiver
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
4bbbdcc7fd
auto-archiver
/
utils
/
misc.py
5 wiersze
103 B
Python
Czysty
Wina
Historia
import
os
def
mkdir_if_not_exists
(
folder
)
:
if
not
os
.
path
.
exists
(
folder
)
:
os
.
mkdir
(
folder
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik