[This is preliminary documentation and is subject to change.]

The Paths type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BackupPath
Path where map backups are stored.
BlockDBPath
Directory where block database files (.fbdb) are stored.
ConfigFileName
Path to load/save config to/from (default: .\config.xml) Can be overridden at startup via command-line argument "--config="
IgnoreMapPathConfigKey
LogPath
Path to save logs to (default: .\logs) Can be overridden at startup via command-line argument "--logpath="
MapPath
Path to save maps to (default: .\maps) Can be overridden at startup via command-line argument "--mappath=", or via "MapPath" ConfigKey
RulesPath
Directory where rule sections are stored.
WorkingPath
Working path (default: whatever directory fCraft.dll is located in) Can be overridden at startup via command line argument "--path="

See Also