|
PathsTemporaryPatchesPath Property
|
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 59
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