DSTempPath property

Delphi example

C++Builder example

 

Builder Syntax

System::AnsiString DSTempPath

Delphi Syntax

DSTempPath: String

Overview

Refer to Working with Data Sets.

Remarks

(Published property, available at design time) Character string containing the location of the temporary files. DICOM uses temporary files during the course of creating a file. If this property is an empty string, the DICOM temporary files are kept in the directory Windows places its own temporary files. If this property is not empty, the temporary files are placed in the specified directory.

Note: Assigning to this property at run-time causes re-initializing of the Data Set.

See Also

Elements:

InitDS method, LoadDS method