guides:programming:programmers_reference_manual:set_sort_file

Set_Sort_File Function

This function is used to set the path and file to be used by the sort mechanisms within OpenInsight when write temporary files.

filePath = Set_Sort_File(filePath)

The function has the following parameters:

ParameterDescription
filePathA fully named path to which the temporary files should be written. This path must be accessible by the end-user.

The fully qualified file name of the file used by the sorting mechanisms in OpenInsight. The filename will have a pattern of "R#######.sfx" where # is an integer value.

declare function Set_Sort_File

sortPath = "C:\MY_PATH\"

filePath = Set_Sort_File( sortPath )
  • guides/programming/programmers_reference_manual/set_sort_file.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1