SetFileDescription

STD.File.SetFileDescription( filename , value )

filenameA null-terminated string containing the logical name of the file.
valueA null-terminated string containing the description to place on the file.

The SetFileDescription function changes the description information stored by the DFU about the specified filename to the specified value. This description is seen either through ECL watch or by using the STD.File.GetFileDescription function.

Example:

A := STD.File.SetFileDescription('Fred','All the Freds in the world');