Furcadia Framework For Third Party Programs
PathsTemporaryPatchesPath Property |
[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 44
Syntax
public string TemporaryPatchesPath { get; }
Public ReadOnly Property TemporaryPatchesPath As String Get Dim instance As Paths Dim value As String value = instance.TemporaryPatchesPath
public: property String^ TemporaryPatchesPath { String^ get (); }
member TemporaryPatchesPath : string with get
Property Value
Type: StringSee Also