P_Furcadia_IO_Paths_TemporaryPatchesPath - 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.]
Temporary patch path - contains downloaded temporary patches. This technology is never in use, yet supported, so this folder is always empty.
Default: %ALLUSERSPROFILE%\Dragon's Eye Productions\Furcadia\Temporary Patches
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public string TemporaryPatchesPath { get; }
VB
Public ReadOnly Property TemporaryPatchesPath As String
Get
VB Usage
Dim instance As Paths
Dim value As String
value = instance.TemporaryPatchesPath
C++
public:
property String^ TemporaryPatchesPath {
String^ get ();
}
F#
member TemporaryPatchesPath : string with get
Type: String