Syntax
Public Property Let FileLogName(vVal As String)
Description
This property is used to set name and location for a log file.
Parameters
Key | Description |
vVal | The name and path for a log file, value of type String. |
Return value
No returned value.
Sample
Public Sub main()FileLogName = "C:VTLlog.txt" 'Sets the path of the file we want to use.End Sub
See Also