I itayzoro Member Joined Jul 28, 2008 Messages 23 Programming Experience Beginner Jul 30, 2008 #1 I need a if statement or something like that to know if file exist msg somthing and if not continue the next file untill the end
I need a if statement or something like that to know if file exist msg somthing and if not continue the next file untill the end
Robert_Zenz Well-known member Joined Jun 3, 2008 Messages 503 Location Vienna, Austria Programming Experience 3-5 Jul 30, 2008 #2 Hello. VB.NET: If System.IO.File.Exists("Path") then 'do something else 'do nothing End If Bobby Upvote 0 Downvote
I itayzoro Member Joined Jul 28, 2008 Messages 23 Programming Experience Beginner Jul 30, 2008 #3 hi Robert u save me today 10nx Upvote 0 Downvote