| Maptitude GISDK Help |
Gets the current Read/Write position of a file.
result = FileGetPosition(file f)
| Argument | Contents |
|---|---|
| f | The handle of the file |
An integer (zero-based) indicating the byte location within the file.
| Error Type | Meaning |
|---|---|
| Error | File is not open |
| Function | Summary |
|---|---|
| OpenFile() | Opens a text or binary file on disk |
| FileAtEOF() | Tests to see if the end of a file has been reached |
| FileSetPosition() | Sets the current Read/Write position of a file |
| ©2025 Caliper Corporation | www.caliper.com |