C# Class BF2Statistics.Paths

Provides common file paths that this system will use
ファイルを表示 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_oe static_oe property

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

DocumentsFolder public_oe static_oe property

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

RankedPythonPath public_oe static_oe property

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

SnapshotProcPath public_oe static_oe property

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

SnapshotTempPath public_oe static_oe property

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