Package lib :: Package common :: Module constants
[hide private]
[frames] | no frames]

Module constants

source code

Variables [hide private]
  ROOT = os.path.join(os.getenv("SystemDrive"), "\\", random_str...
  PATHS = {"root": ROOT, "logs": os.path.join(ROOT, "logs"), "fi...
  PIPE = "\\\\.\\PIPE\\"+ random_string(6, 10)
Variables Details [hide private]

ROOT

Value:
os.path.join(os.getenv("SystemDrive"), "\\", random_string(6, 10))

PATHS

Value:
{"root": ROOT, "logs": os.path.join(ROOT, "logs"), "files": os.path.jo\
in(ROOT, "files"), "shots": os.path.join(ROOT, "shots"), "memory": os.\
path.join(ROOT, "memory"), "drop": os.path.join(ROOT, "drop")}