M_Furcadia_IO_Paths__ctor_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Paths Constructor (String)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Load Paths Based on path

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

Syntax

C#

public Paths(
	string path
)

VB

Public Sub New ( 
	path As String
)

VB Usage

Dim path As String

Dim instance As New Paths(path)

C++

public:
Paths(
	String^ path
)

F#

new : 
        path : string -> Paths

Parameters

 

path
Type: System.String
Specified directory to look for a nonstandard Furcadia install

See Also

Reference

Paths Class
Paths Overload
Furcadia.IO Namespace

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