09-27-2024
07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-27-2024
07:36 AM
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.