Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

I use this:

Imports System.IO

Dim oFileInfo As IO.FileInfo
Dim oPathName As String
Dim oFileName As String

oFileInfo = New FileInfo(oPathName + oFileName + ".idw")
If oFileInfo.Exists Then
End If

 

iLogic will give security warning and you need to allow it.