FilesEnd


Function

True if the end of the file list is read.

 

Variable type

[ C# : bool ] [ VB.NET : Boolean ]

 

Initial value

false

 

Setting value

True if the end of the file list is read.

 

Remarks

When the data of the last line in the file is read, false -> true.

If a wildcard character is included in FileName, multiple files are read. When the last line of the last file is read, false -> true.

When FileName is changed, true -> false. If the Close method is called and then the Open method is called, true -> false occurs.