GetColumnMapping

result := STD.File.GetColumnMapping( file );

fileA null-terminated string containing the logical filename.
Return: GetColumnMapping returns a null-terminated string containing the comma-delimited list of field mappings for the file.

The GetColumnMapping function returns the field mappings for the file, in the same format specified for the SetColumnMapping function.

Example:

Maps := STD.File.GetColumnMapping('Thor::in::SomeFile');