STD.File.GetFileDescription( filename )
filename | A null-terminated string containing the logical name of the file. |
Return: | GetFileDescription returns a VARSTRING (null-terminated) value. |
The GetFileDescription function returns a string containing the description information stored by the DFU about the specified filename. This description is set either through ECL watch or by using the STD.File.SetFileDescription function.
Example:
A := STD.File.GetFileDescription('Fred');