module ParasitemiaUI.Constants open System open System.IO let USER_DIRECTORY = Path.Combine ( Environment.GetFolderPath Environment.SpecialFolder.ApplicationData, "Parasitemia" ) let USER_DIRECTORY_LOG = Path.Combine ( USER_DIRECTORY, "Log", #if DEBUG "Debug" #else "" #endif )