summaryrefslogtreecommitdiff
path: root/hercules/code/server/utils.py
blob: 922cf5b32b7d8fa9f73d0719021c8b3ff0483136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf8 -*-
#
# Copyright (C) 2014  Evol Online
# Author: Andrei Karas (4144)

from code.fileutils import *

def cleanServerData():
    removeAllFiles("newserverdata")
    makeDir("newserverdata/conf")
    makeDir("newserverdata/db")