Paths.GetFurcadiaLocaldirPath Method

Furcadia Framework

PathsGetFurcadiaLocaldirPath 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 current localdir path where data files would be stored on the current machine.

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

public string GetFurcadiaLocaldirPath()
Public Function GetFurcadiaLocaldirPath As String

Dim instance As Paths
Dim returnValue As String

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

Return Value

Type: String
Path to the data folder from localdir.ini or null if not found.
See Also

Reference