Paths.SettingsPath Property

FFF3PP

PathsSettingsPath Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Personal settings path - contains all the Furcadia settings for each user that uses it.

Default (VISTA+): %USERPROFILE%\Local\AppData\Dragon's Eye Productions\Furcadia

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public string SettingsPath { get; }
Public ReadOnly Property SettingsPath As String
	Get

Dim instance As Paths
Dim value As String

value = instance.SettingsPath
public:
property String^ SettingsPath {
	String^ get ();
}
member SettingsPath : string with get

Property Value

Type: String
See Also