aspx Tutorial

.NET Articles,jQuery demo, asp.net with jQuery, online tutorial,Jquery, SilverLight, Javascript, asp.net,JSON, MVC,.NET Articles,demo, Web Services, .NET articles, Sharepoint 2010, visual studio 2010,Aamir Hasan,IT
Advertise Here

Advertize

wwwSW
Posted by Aamir Hasan   on Tuesday, November 2, 2010 Total Views:  

In this example, I have told you how to get all Files list from a specific directory using Linq query. File Info Class which will return the history of file e.g. (creation, modify date, opening of files, last access date etc.)

Here’s is the solution.

Default.aspx Page

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title>How to get All Files list from a directory using Linq query</title>

</head>

<body>

    <form id="form1" runat="server">

    <div>

    <h2>How to get All Files list from a directory using Linq query</h2>

        <asp:Label ID="Label1" runat="server"></asp:Label>

    </div>

    </form>

</body>

</html>

 

Default.aspx.cs Page

    protected void Page_Load(object sender, EventArgs e)

    {

        string DirPath = Server.MapPath("Scripts");

        System.IO.FileInfo[] Files = new System.IO.DirectoryInfo(DirPath).GetFiles();

        var FileDetails = from file in Files

                          select new

                          {

                              FileName = file.Name,

                              CreatedDate = file.CreationTime.ToString("MM/dd/yyyy"),

                              Size = file.Length / 1024

                          };

 

        foreach (var u in FileDetails)

            Label1.Text +=

                "<strong>File Name: </strong> " + u.FileName +

                "<br><strong>Created Date:</strong>" + u.CreatedDate +

                "<br><strong>Size:</strong>" + u.Size + " KB" +

                "<br><br>";

    }

 

Output

Download

get_All_Files.zip (127.70 kb)

Live demo

Protected by Copyscape Online Plagiarism Tool

Comments (3) -

linq file
linq file United States
12/28/2010 11:25:58 PM #

Silence is the true friend that never betrays.

five fingers shoes
five fingers shoes People's Republic of China
3/26/2012 11:25:48 PM #

GH-Among the vibram five finger, quilted jackets seem to be hogging the limelight at the moment. The skechers shape ups is known for its quality, practicality and style - five fingers vibram quilts give it good insulation for the colder months. skechers shape ups uk come in a variety of colours and styles, some will have http://www.vibram-five-finger.org/ contemporary chest pockets and others have vibram fingers slightly lower down (they usually have extra padding to keep your hands warm during winter). Some of the skechers uk have cord collars to contrast with the Vibram Five Fingers Classic, and all of the jackets have a fully-quilted polyamide lining and Skechers Boiling Point Boots insulation. http://www.skecher-uk.com/

fafafa
fafafa Slovenia
4/23/2012 3:04:11 AM #

http://www.christianlouboutinukk.org   christian louboutin
http://www.tiffanyuks.org   tiffany uk
http://www.gucciukbeltuk.org   gucci belt
http://www.frsaclouisvuittonsac.com   louis vuitton sac
http://www.chanelukoutletuks.org   chanel outlet
http://www.burberryukoutletuk.org   burberry
http://www.poloralphlaurenuko.org   ralph lauren uk

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading

Advertizement 1
Advertizement 2
Advertizement 3
Advertizement 4
Advertizement 5