Solid Edge Framework Type Library
FileExists Method
Specifies the URL path of the file.
Specifies whether the file exists.
Description
This read-only method returns whether the specified file exists.
Syntax
Visual Basic
Public Sub FileExists( _
   ByVal FileUrl As String, _
   ByRef bFileExists As Boolean _
) 
Parameters
FileUrl
Specifies the URL path of the file.
bFileExists
Specifies whether the file exists.
See Also

Insight Object  | Insight Members

Send comments on this topic.