This property sets file path name to which the messages of PowerBSORT are output.
Syntax
object.MessageFileName = string
object
This specifies object expressions that define references to objects.
string
This specifies message file path name.
Description
Long file names can be specified for message file path name.
To specify the file path name that contains any blanks, enclose the file path name with double quotation marks (").
One message file path name can be specified.
The messages to be output depend on the specification in MessageLevel property or environment variable BSORT_MSGLEVEL.
Note
The specification of the MessageFileName property takes priority over the specification of the environment variable BSORT_MSGFILE.