push
This commit is contained in:
parent
4ffdb5780a
commit
e0d656f349
0
agent/agent-thenewjoplin.nim
Normal file
0
agent/agent-thenewjoplin.nim
Normal file
15
agent/service-thenewjoplin.nim
Normal file
15
agent/service-thenewjoplin.nim
Normal 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
1
nim-lib
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6ad56e141aa49e01fffc49236dc93868c6c770a9
|
Loading…
Reference in New Issue
Block a user