Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
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 > C-Sharp > File Management
Search:
What's New - What's Hot
Listings for File Downloading File Downloading (7)
Listings for File Uploading File Uploading (12)
Listings for Hard Drive Directories Hard Drive Directories (26)
 


SaveFileDialog in C#  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Mahesh Chand      Rating:  
Read Reviews | Write Review |  Your Rating: 

A SaveFileDialog control is used to save a file using Windows Save File Dialog. A typical Save File Dialog looks like Figure 1 where you can see Windows Explorer like features to navigate through folders and save a file in a folder....

Merge Multiple text files in a folder  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: Manish Choudhary seo expert      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article will show you how to merge the text of text files located in a directory....

Upload an Image and an Audio file using C#  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: miya2008      Rating:  
Read Reviews | Write Review |  Your Rating: 

In my case, I use a FileUpload Control(Id:->FileUpload1), an ImageButton(ImageButton1) or you can use the Image, a Button Control(Id:->Updatebttn) to upload my Image, Button Control(Id:->Addbttn) to add my Image in database, an image(which I want to upload), add a new folder (Image) in my WebForm....

Upload image using C#  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: Muhammad Irfan      Rating:  
Read Reviews | Write Review |  Your Rating: 

Browsing and displaying an image in Windows Forms application is a very simple task. In this application, we use the following classes/controls to do the b....

OpenFileDialog in C#  Version: 0.00     Price: $0.00  
Total Hits: 14  |  Today: 0Author: Mahesh Chand      Rating:  
Read Reviews | Write Review |  Your Rating: 

An OpenFileDialog control is used to browse and select a file on a computer. A typical Open File Dialog looks like Figure 1 where you can see Windows Explorer like features to navigate through folders and select a file....

UI for Simple HTTP File Downloader  Version: 0.00     Price: $0.00  
Total Hits: 108  |  Today: 0Author: Fred Johanns      Rating:  
Read Reviews | Write Review |  Your Rating: 

The solution is located in the FileDownloader directory and contains two projects: one is the FileDownlaoder UI library and the other is the WinForms test application. The code leaves much room for improvement, but as is usually the case in this field, the due date for my current project is yesterday; hence it's taken me so long to get a spare minute to post this! Here is how to instantiate the downloader:...

Reading and writing to the registry through c#.net     
Total Hits: 130  |  Today: 0Author: alice johnson      Rating:  
Read Reviews | Write Review |  Your Rating: 

The JGraph Suite is a collection of JavaBeans for the visual representation of data. Data can be displayed in three different ways: as charts (with a 2D or 3D prospective), graphs (using straight lines or cubic splines) or pictograms. This suite offers many features from the possibility of choosing the colors or fonts to using an animated Gif as a background or dragging the interpolation points within the cubic spline graph....

Use FileSystemWatcher in a practical scenario     
Total Hits: 55  |  Today: 0Author: interface Mirror      Rating:  
Read Reviews | Write Review |  Your Rating: 

With the speed that technology moves ahead and companies release new versions of their programming languages and frameworks it is been too difficult to focus on everything in a platform and be master of everything. This expansion in technology has one more consequence and that is you will find everything about new technologies since the developer are more focusing to them but if you want to develop a program with some basic system level functionalities you may find it difficult to find code snip...

Upload Document to The Database     
Total Hits: 255  |  Today: 0Author: mosessaur      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this tutorial We will see how we can upload a document & then store its content in a database. Here I am just focus on uploading Text based Documents not images or sound etc..

Why did I do this?!

Becasue I am planning to build another Tutroial which will use Full Text Search Functionality in SQL Server Database, I'll use it to search the uploaded Document....

Download And Upload A File Using C#     
Total Hits: 531  |  Today: 0Author: narendra      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this tutorial you will know how to download a file from a web site and upload a file to a web site through c# project.

The System.Net namespace contain most of the .NET base class that deal with networking from perspective of the client. The System.Net namespace is generally concerned with Higher-level operations for example download and upload files and making requests using the HTTP and other protocols....

Upload any type of File through a C# Web Service     
Total Hits: 875  |  Today: 0Author: Scott Lysle      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article shall describe an approach that may be used to upload any sort of a file through a web service from a Windows Forms application. The approach demonstrated does not rely on the ASP.NET file uploader control and allows the developer the opportunity to upload files programmatically and without user intervention. Such an approach may be useful for doing something like processing out the contents of a local message queue when internet service is available (if the user base were mobile an...

FileHelpers v1.6.0 - Automatic File Import/Export Framework     
Total Hits: 277  |  Today: 0Author: Marcos Meli.      Rating:  
Read Reviews | Write Review |  Your Rating: 

The FileHelpers are an easy to use library to import/export data from fixed length or delimited flat files (like the CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer)

The library has a set of converters for the basic types and can be easy extended to provide custom converters....

File Synchronization using a NAnt Task     
Total Hits: 231  |  Today: 0Author: S. Ying      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many developers, like myself, with a sufficiently large collection of files to manage, find it at least time consuming to do it manually. There are many tools that one can use, some of them are free, the others require a fee. They fit different needs. I am going to introduce one of them here, which is extracted from the build system that was developed to realize some of our development requirements of being flexible in an evolving (developing!) environment and expandable. Being tight on time and...

Secure FTP Library for .NET Framework     
Total Hits: 357  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Secure FTP for .NET is a versatile file-transfer component for .NET languages (such as C# or VB.NET). It allows you to transfer files directly from your application using FTPS, an extension of FTP which is fast becoming a standard for secure FTP. FTPS enhances the standard FTP protocol by utilizing the well known and widely used TLS and SSL protocol. TLS 1.0 and its predecessor SSL 3.0 provide strong authentication, integrity and confidentiality on both the control and data channels....

C# RIFF Parser     
Total Hits: 335  |  Today: 0Author: gtamir      Rating:  
Read Reviews | Write Review |  Your Rating: 

Ever wondered how to access the information in an AVI file or wanted to extract information directly from a WAV file? Most people refer external COM objects (like AVIFIL32.DLL) to access the information (see A Simple C# Wrapper for the AviFile Library). The RIFF Parser allows you to access the resource information stored in the files directly by C#.RIFF is the Resource Interchange File Format. This is a general purpose format for exchanging multimedia data types that was defined by Microsoft and...

Converting RTF to TXT format     
Total Hits: 260  |  Today: 0Author: kubben      Rating:  
Read Reviews | Write Review |  Your Rating: 

Often there is a need to convert a file from one format to another. Most of the tools out there seem to cost some money. Not a lot of money, but they aren’t free. Anyway, several file types that you may want to convert to can be done through Microsoft Word. Here is an example of using C# to access Word Automation object to read in a file type and then write out a different file type.
I had a need to convert an RFT format to TXT. As I was looking for solutions, I had a hard time finding one th...

A 'Split and Merge' web service file upload solution for large files     
Total Hits: 259  |  Today: 0Author: CodeProject      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you have ever developed a Windows Forms application that sends files (possibly large) to a web server with a HTTP web service, you will probably already know how poorly the .NET framework handles this task. Web services were designed to send messages, but then people started using them to send arrays of bytes, i.e., from a file. The problem here is that IIS has a request time out, and a maximum request size, which is a problem for large files, even if the developer can control these factors. ...

DirectoryManager     
Total Hits: 264  |  Today: 0Author: CodeProject      Rating:  
Read Reviews | Write Review |  Your Rating: 

We often do repetitive and tedious work like coping , deleting zipping files and directories. How we do that? Well, typically manually and when the number of steps is, say greater than 5 , we write a batch file. Easy? Not entirely. This kind of work requires ultimate attention and concentration. If we misspell the file name, possibly the wrong file or directory may be deleted or renamed etc. What about zipping the files or directories from batch?
The Directory Manager is the program to addres...

Directory functions in C#     
Total Hits: 421  |  Today: 0Author: devcity      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here are some useful file managing functions in .NET
The use the System.IO namespace
All functions also assume the logged in user has the security needed to delete the file or directory, if not they will throw an error of SecurityException...

Find Files In C#     
Total Hits: 1614  |  Today: 0Author: Bejoy Nair      Rating:  
Read Reviews | Write Review |  Your Rating: 

This helps in searching u'r hard disk for files of the desired extention. I have used System.IO namespace from the .Net framework. So now gone are the days of importing the API's functions in VB or using the fileSystemObject(and adding one more activex component with u'r builds!!!!!) for searching for doing file operations.The System.IO namespace gives us very effective classes for file specific operations.
...



Disclaimer - Privacy
© 2002-2012 DevASP.net