SetFileDescription
STD.File.SetFileDescription
STD.File.SetFileDescription
File.SetFileDescription
SetFileDescription
( filename , value )
filename
A null-terminated string containing the logical name of the
file.
value
A 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');