phillip Posted February 3, 2004 Posted February 3, 2004 Hi how do i look in a directory for a file to see if it exists or not? :confused: Phill Quote phillip Restall
Administrators PlausiblyDamp Posted February 3, 2004 Administrators Posted February 3, 2004 If System.IO.File.Exists("c:\config.sys") Then 'yes it did Else 'no it didn't End If Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
phillip Posted February 3, 2004 Author Posted February 3, 2004 Thats it, thank you. Now why cant the help files be that simple;) Quote phillip Restall
*Gurus* Derek Stone Posted February 5, 2004 *Gurus* Posted February 5, 2004 They are that simple... System.IO.File.Exists() Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.