FileName Property
Description
Represents the file name of an external subroutine in a CALL_SUBROUTINE object.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property FileName As String |
Return Type
Read/write String.
Remarks
This property only affects objects of type CALL_SUBROUTINE. For other objects, setting the property has no effect, and getting it always returns the empty string.
This property only returns the name of the file, not its full path. The path is determined by the settings in PC-DMIS’s Search Directory dialog.
See Also