M_Furcadia_IO_Paths_GetDefaultPatchPath - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 the default patch folder on the current machine.
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public string GetDefaultPatchPath()
VB
Public Function GetDefaultPatchPath As String
VB Usage
Dim instance As Paths
Dim returnValue As String
returnValue = instance.GetDefaultPatchPath()
C++
public:
String^ GetDefaultPatchPath()
F#
member GetDefaultPatchPath : unit -> string
Type: String
Path to the default patch folder or null if not found.