Maptitude GISDK Help

GetTempPath()

Summary

Gets the name of the directory used by Maptitude to store temporary files.

 

Syntax

dir = GetTempPath()

 

Returns

A string containing the complete path.

 

Notes

Example

dir = GetTempPath()

f = OpenFile(dir + "myfile.tmp", "w")

WriteLine(f, "Testing temp path.")

CloseFile(f)

 

See Also

Function

Summary

GetRandFileName()

Generates a valid and unused file name with a given specification, but does not delete such files on shutdown

GetTempFileName()

Generates a valid and unused file name with a given specification

 

 

©2025 Caliper Corporation www.caliper.com