TemporaryDirectory Property (original) (raw)

Summary

The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is a null reference (Nothing in VB), the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not a null reference, the temporary files are placed in the specified directory.

Syntax

public virtual string TemporaryDirectory { get; } 

public: virtual property String^ TemporaryDirectory {    String^ get(); }

Property Value

The temporary directory.