FileName


Function

 

Specifies the file name to save the data.

 

Variable type

 

[ C#: string ] [ VB.NET: String ]

 

Initial value

 

"Log.csv"

 

Setting value

 

Arbitrary string
The maximum length of the string is 256 characters.

 

Remarks

 

If you want to save to a folder other than the current folder, specify the file path as well.

 

When specifying the path, specify it in the form of [C:\Users\Dnc\Documents\data_log.csv].