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

Dev Articles
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

Home > Search > Articles & Samples > ASP.Net > File Management > FileSystemWatcher
Search:
What's New - What's Hot


Extending FileSystemWatcher to ASP.NET        
Total Hits: 128  |  Today: 1 Author: Ian Stephenson       Rating:  
Read Reviews | Write Review |   Your Rating: 

I received a number of responses to my article in the July/August edition of VSJ, Your fingers on the filesystem, regarding the use of the FileSystemWatcher class in ASP.NET applications. The original article mentioned using FileSystemWatcher to update files on a web server, and the model I envisaged was similar to the Photo Library application described in the article. This would allow files to be copied up to a file-based web server (e.g. IIS) in a controlled manner. Some of the responses I re...

Directory Browsing the .NET Way        
Total Hits: 201  |  Today: 0 Author: Christoph Wille       Rating:  
Read Reviews | Write Review |   Your Rating: 

For this article I have picked one part of file processing: listing of files and directories. I have built a few nice scripts that can be later used in your own applications. Additional articles will deal with reading and writing files....

Export Button Download it FREE        
Total Hits: 29  |  Today: 0 Author: AzamSharp       Rating:  
Read Reviews | Write Review |   Your Rating: 

Export Button is a custom control that let's you export your DataGrid or TextBox data to several different formats. The control is extremely easy to use and also exposes design time features. In this article I will discuss some of the features of the Export Button and how it benefits the developer....

File System Browsing in ASP.NET: New Approach vs. Old Approach        
Total Hits: 46  |  Today: 0 Author: Keith Oliver Rull       Rating:  
Read Reviews | Write Review |   Your Rating: 

"File system browsing? What the heck is that?"

"Old way? New way? is there another way???"

I guess most of us are still on the pre-.NET mindset, the term I commonly use when people think of solutions that are based on the ways of doing stuff without utilizing the benefits of the new technology which could help in making the task a lot easier. A great example of this type of mindset is this, what comes to your mind when you are asked to create a Web Form that enables the user to...

Monitoring File System Events        
Total Hits: 1171  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

In some applications like file system explorers, file managers etc. it becomes necessary to keep an eye on file system changes. In .NET the FileSystemWatcher class from System.IO namespace provides easy way to do the same thing....

Utility Belt: FileRead (to string) Demo        
Total Hits: 71  |  Today: 0 Author: Charles Carroll       Rating:  
Read Reviews | Write Review |   Your Rating: 

The code below calls "Utility Belt" functions.
The FileRad (to string) is one demo of Database "Utility Belt" functionality....

Two Classes to Improve File System Access in .NET        
Total Hits: 37  |  Today: 0 Author: Christopher Surfleet       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have felt for a while that although the classes available in the System.IO namespace did an excellent job allowing you to edit and process single files, there has been a significant lack of anything to help you deal with groups of files or directories. In an attempt to address this issue I have created two classes, FileInfoCollection and DirectoryInfoCollection, which allow access to files and directories using several powerful methods....

File Monitoring in .NET        
Total Hits: 222  |  Today: 0 Author: Sriram       Rating:  
Read Reviews | Write Review |   Your Rating: 

File monitoring applications can be easily developed in .Net using the FileSystemWatcher class. This class listens to changes in files system and raises events whenever changes happen. This article explains how to monitor changes in files and subdirectories of a directory using the FileSystemWatcher class....

Two Classes to Improve File System Access in .NET        
Total Hits: 216  |  Today: 0 Author: Christopher Surfleet       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have felt for a while that although the classes available in the System.IO namespace did an excellent job allowing you to edit and process single files, there has been a significant lack of anything to help you deal with groups of files or directories. In an attempt to address this issue I have created two classes, FileInfoCollection and DirectoryInfoCollection, which allow access to files and directories using several powerful methods...



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