|
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 59
Syntax public Paths(
string path
)
Public Sub New (
path As String
)
Dim path As String
Dim instance As New Paths(path)
public:
Paths(
String^ path
)
new :
path : string -> Paths
Parameters
- path
- Type: SystemString
Specified directory to look for a nonstandard Furcadia install
See Also