Paths.GetFurcadiaInstallPath Method

Furcadia Framework

PathsGetFurcadiaInstallPath Method

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Find the path to Furcadia data files currently installed on this system.

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public string GetFurcadiaInstallPath()
Public Function GetFurcadiaInstallPath As String

Dim instance As Paths
Dim returnValue As String

returnValue = instance.GetFurcadiaInstallPath()
public:
String^ GetFurcadiaInstallPath()
member GetFurcadiaInstallPath : unit -> string 

Return Value

Type: String
Path to the Furcadia program folder or null if not found/not installed.
See Also

Reference