This commit is contained in:
bruno 2022-11-09 13:40:38 -05:00
parent 4ffdb5780a
commit e0d656f349
3 changed files with 16 additions and 0 deletions

View File

View File

@ -0,0 +1,15 @@
# --==--==--==--==--==--==--==--==--==--==--==--==--==--==-- #
# IMPORTS
# --==--==--==--==--==--==--==--==--==--==--==--==--==--==-- #
import std/locks
import std/os
import strutils
import std/logging
# --==--==--==--==--==--==--==--==--==--==--==--==--==--==-- #
# section : création du répertoire log
# --==--==--==--==--==--==--==--==--==--==--==--==--==--==-- #
let dir = "./log"
if not dirExists(dir):
createDir(dir)

1
nim-lib Submodule

@ -0,0 +1 @@
Subproject commit 6ad56e141aa49e01fffc49236dc93868c6c770a9