M_Furcadia_IO_Paths_GetFurcadiaInstallPath - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Paths.GetFurcadiaInstallPath Method

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 43

Syntax

C#

public string GetFurcadiaInstallPath()

VB

Public Function GetFurcadiaInstallPath As String

VB Usage

Dim instance As Paths
Dim returnValue As String

returnValue = instance.GetFurcadiaInstallPath()

C++

public:
String^ GetFurcadiaInstallPath()

F#

member GetFurcadiaInstallPath : unit -> string 

Return Value

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

See Also

Reference

Paths Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️