tSysFileGetPath (STRUCT)ΒΆ
TYPE tSysFileGetPath : STRUCT
Parameter to get the path of this file.
If a path is specified in the filename, the path will be extracted from the filename.
If no path is specified in the filename, the standard path for this file extension type will be returned.
- InOut:
- Name - Type - Comment - szFileName- STRING- File name. Can contain an absolute or relative path - szPath- STRING- Path for this file - diMaxLen- DINT- [OUT] Maximum size in bytes of path length - pulOut- POINTER TO RTS_IEC_RESULT - [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) 
