Feb 3, 2004 #1 P phillip Active member Joined Aug 28, 2003 Messages 37 Hi how do i look in a directory for a file to see if it exists or not? Phill
Feb 3, 2004 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* Code: If System.IO.File.Exists("c:\config.sys") Then yes it did Else no it didnt End If
Feb 3, 2004 #3 P phillip Active member Joined Aug 28, 2003 Messages 37 Thats it, thank you. Now why cant the help files be that simple
Feb 5, 2004 #4 Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,878 Location Rhode Island User Rank *Expert* They are that simple... System.IO.File.Exists()