| Maptitude GISDK Help |
Closes a file.
CloseFile(file f)
| Argument | Contents |
|---|---|
| f | The handle of the file to be closed |
fptr = OpenFile("report.txt", "w")
fptr = WriteLine(fptr, "The Macro ran successfully.")
CloseFile(fptr)
| Error Type | Meaning |
|---|---|
| Error | File is not open |
| Function | Summary |
|---|---|
| OpenFile() | Opens a text or binary file on disk |
| ©2025 Caliper Corporation | www.caliper.com |