Gets the temporary directory path
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Property TempDirectory As String |
| C# |
|---|
| public static string TempDirectory { get; set; } |
| C++ |
|---|
| public static property string TempDirectory { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_TempDirectory(); /** property */ public void set_TempDirectory(string value); |
| JScript |
|---|
| public function get TempDirectory() : String public function set TempDirectory(value : String); |