
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
2.10
6-156
GSI_SetDataPath(GSI_EXTERNAL, “DataJob.GSI”,
“A:\\GSI”)
6.4.24 GSI_GetDataPath
Description
Get the name of the file with the import data.
Declaration
GSI_GetDataPath(
iPathInfo AS Integer,
sFileName AS FileName,
sFilePath AS FilePath )
Remarks
This procedure fetches the name and the path of the file from
which data will be imported. If
iPathInfo
=
GSI_EXTERNAL
,
then
sFileName
defines the filename i.e. "
DataJob.GSI
" and
sFilePath
defines the file-path, i.e. "
A:\\GSI
".
Parameters
iPathInfo
out
Device info
sFileName
out
Filename (8+3 format)
sFilePath
out
File-path
Return-Codes
RC_OK
Successful termination.
See Also
GSI_SetDataPath
Example
The example fetches the name and the path of the standard import
data file:
DIM iPathInfo
AS Integer
DIM sFileName
AS FileName
DIM sFilePath
AS FilePath
GSI_GetDataPath(iPathInfo, sFileName, sFilePath)
6.4.25 GSI_GetWiEntry
Description
Get data from the Theodolite data pool.
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...