C# Class BF2Statistics.Paths

Provides common file paths that this system will use
Show file Open project: BF2Statistics/ControlCenter

Public Properties

Property Type Description
DefaultPythonPath string
DocumentsFolder string
RankedPythonPath string
SnapshotProcPath string
SnapshotTempPath string

Private Methods

Method Description
Paths ( ) : System

Property Details

DefaultPythonPath public static property

Full path to the default python files
public static string DefaultPythonPath
return string

DocumentsFolder public static property

The Bf2Statistics folder path in "My documents"
public static string DocumentsFolder
return string

RankedPythonPath public static property

Full path to the stats enabled python files
public static string RankedPythonPath
return string

SnapshotProcPath public static property

Full path to where the Processed snapshots are stored
public static string SnapshotProcPath
return string

SnapshotTempPath public static property

Full path to where Temporary snapshots are stored
public static string SnapshotTempPath
return string