Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, May 17, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > Visual Studio 2005 > Visual Basic 2005 > File Management
How to get file creation date and other useful information using VB.NET in .NET 2.0        
Total Hits: 3212  |  Today: 4 Author: Aadil       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article I’ll show you how to get the information relating the creation date time of files in a folder and other related information.You can get various details about the files present on the file system by using the new capabilities added in the FileInfo class. First of all the Arrtibutes property of this class is there so you can use that to find the various attributes of the specific file. There is a property named CreateTime that represents the creation time of the file. This is a readable and writable property and it is a DateTime object. So you can get as well set the Creation time for a file using this property.You can encrypt ..

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net