Furcadia Framework For Third Party Programs
PathsGetDefaultPatchPath Method |
[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 44
Syntax
public string GetDefaultPatchPath()
Public Function GetDefaultPatchPath As String Dim instance As Paths Dim returnValue As String returnValue = instance.GetDefaultPatchPath()
public: String^ GetDefaultPatchPath()
member GetDefaultPatchPath : unit -> string
Return Value
Type: StringPath to the default patch folder or null if not found.
See Also