AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Check File Existence in ASP.NET and VB

Monday, June 30 2008

This tutorials shows how we can verify if a file exists or not before executing code relating to said file. VB version.

Checking if a file exists before executing certain lines of codes can be very useful. It can prevent error messages caused by trying to manipulate a file that isn't there, for example. Using System.IO, we can check to see if a file exists in a certain directory with ease...



Read More:
Check File Existence in ASP.NET and VB
Also See:
The Dark Side of File Uploads : Milan Negovan
Uploading and Deleting Files via Form in ASP.NET and VB
How to export GridView to txt file using C#
Renaming a file using ASP.NET 2.0 and VB .NET

Post your comment

Comment