↧
Reading Files from a Directory using C#
So I had a project which I needed to find out what files were being held in a given directory and write those back to the browser. This is very helpful in automating posting of files to a website by...
View ArticleGet Filename from a File Path in ASP.NET
Some things should just be simple like extracting a filename from a file path. Like suppose we have this painful URL (http://www.mydomain.com/archive/articles/techology/programming/aspnet-101.aspx),...
View ArticleRead from a File with CSharp (c#)
I did the bookend post to this a couple weeks back (i.e. how to read from a file) so its time I wrapped this topic up. Where the writing function was StreamWriter, we instead use StreamReader to...
View Article