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

Hello Andrew,

 

Dim curFile As String = "c:\temp\test.ipt"
Console.WriteLine(If(File.Exists(curFile), "File exists.", "File does not exist."))

 

Cheers

 

Georg