The shell command to execute (see
Command for details).
Initializes a new instance of the
C1LinkTargetFile class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal command As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public C1LinkTargetFile(
System.string ,
System.string command,
System.string ,
System.string
)
Parameters
- fileName
- The name of the file to execute on hyperlink jump (can be a document, URL etc.).
- command
- The shell command to execute (see Command for details).
- parameters
- The command parameters.
- directory
- The directory where the command is executed.
See Also