This property sets folder names of the temporary file used in the sort processing.
Syntax
object.TempDir = string
object
This specifies object expressions that define references to objects.
string
This specifies folder names of the temporary file.
Description
Folder names that create temporary files are specified. When a large amount of data that cannot be processed in the memory alone is sorted and processed, PowerBSORT creates temporary files in the folder specified in the TempDir property.
2 or more folder names can be specified. The error from the shortage of free space might be avoided by specifying 2 or more folder names.
When 2 or more folder names are specified, delimit different folder names with semicolon ( ; ).
When this specification is omitted, folder to create temporary files is decided according to the following priority levels.
Folder specified in environment variable BSORT_TMPDIR
Folder specified in environment variable TEMP
Folder specified in environment variable TMP
Folder of Windows system
Note
When the specified folder does not exist, it is an error.