Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  155
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, May 15, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

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 > File Management > File Manipulation
Search
DevASP

What's New
What's Hot

Working with Drives, Folders and Files in ASP       
Total Hits: 230  |  Today: 0 Author: Faisal Khan       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is first of a series of articles about working with drives, folders and files using ASP. In this article we'll learn how to get hold of Drives collection which FileSystemObject provides us, then we'll use this handle to display a list of all drives connected to our computer with their detailed info. These drives may be fixed hard disks, removable drives like floppy drives, CD-ROM drives or even network drives. We'll then use the handle to a drive to access root folder for that drive...

Tree Menu Based on Directories II       
Total Hits: 756  |  Today: 0 Author: PIAZZA Stephane       Rating:  
Read Reviews | Write Review |              Your Rating: 

A new release of the "Tree Menu Based on Directories". Some bugs has been solved, and the look is more like Windows Explorer....

How to Check if a file exists using FileSystemObject       
Total Hits: 1210  |  Today: 0 Author: Asif       Rating:  
Read Reviews | Write Review |              Your Rating: 

In many cases we need to check if a particular file exists on the server or not. This simple function returns true or false based on the file existence. Just pass a valid file name to the function....

How to Spy on a Directory       
Total Hits: 236  |  Today: 0 Author: Bruce Johnson       Rating:  
Read Reviews | Write Review |              Your Rating: 

How To: Detect when a file has been added to a directory
If you've every written the Visual Basic equivalent of a service (that would be a program that sits and waits for something to happen), you will probably understand the meaning behind the title of this article. Say your program needs to continually look at the contents of a directory and, when a new file arrives, pick it up and process it....

Reading XML file with ASP       
Total Hits: 373  |  Today: 1 Author: Faisal Khan.       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML stands for Extensible Markup Language. XML can be used in many ways and one of which is 'data storage'. This is the one we will be exploring in this article. XML along with XSL ( Extensible Stylesheet Language ) can by used to present data on the web pages. XML provides the data and XSL allows us to present it the way we want. Remember though that not all browsers support XML on the client side, only Micrsoft Internet Explorer 5.0 and above support XML. XML can also be used to perform RPC ( ...

File I/O Module       
Total Hits: 405  |  Today: 0 Author: Tony Welsh       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP script that lets you manipulate simple text files remotely, also functions as a tool to allow you to do some simple tests your IUSRs permissions. The code itself is quite simple and lacks most of the nice touches that are applied to these sorts of things - it simply uses the file system object (FSO) and where appropriate traps and reports any errors it encounters in an attempt to make it as small as possible....

Site File Manager       
Total Hits: 1589  |  Today: 0 Author: Felipe Arteaga       Rating:  
Read Reviews | Write Review |              Your Rating: 

Site File Manager, Let User Manage, UpLoad, Rename, Delete Files with a Internet Browser. Also includes a Admin page for setup new user....

ASP File Finder       
Total Hits: 419  |  Today: 0 Author: Blowno       Rating:  
Read Reviews | Write Review |              Your Rating: 

Did you ever want to search for files using your web browser instead of the MS Find Files program? This ASP file searches your hard drive (or web server) for files containing a given string. You can specify a string to search for and the directory to search in (or leave the default c:\ directory)....

Reading & Writing to a Text File       
Total Hits: 1090  |  Today: 0 Author: kathi       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is the content of a text file (writefile.txt) that's being read and placed onto this page....

ASP Directory Listing       
Total Hits: 753  |  Today: 0 Author: BrainJar.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

This example shows how to read a directory structure in ASP. The demo lists the contents of a few directories located on this site, including any subdirectories and their contents, along with some information on file sizes and last modified dates....

SEARCH AND REPLACE IN FILES       
Total Hits: 141  |  Today: 0 Author: Peter A. Bromberg       Rating:  
Read Reviews | Write Review |              Your Rating: 

Article by Peter A. Bromberg on SEARCH AND REPLACE IN FILES VIA AN ASP PAGE with sample code....

Obtaining file sizes       
Total Hits: 160  |  Today: 0 Author: PPSoftNET       Rating:  
Read Reviews | Write Review |              Your Rating: 

This function will get the file size in kilobytes of any file you pass into it. If you want to display the sizes on your website you will want this function....

Safely create MS Office Files       
Total Hits: 228  |  Today: 0 Author: Igor Krupitsky       Rating:  
Read Reviews | Write Review |              Your Rating: 

This program shows how to safely use ms office application on the web server. The following problems can occur when doing the office automation: 1) The office application can raise an error. 2) The office application can be unable to close itself. 3) The office application can prompt a user with a massage box. The sample application is addressing these problems....

Files collection       
Total Hits: 366  |  Today: 0 Author: Asm Zunaid       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sometimes we look for few lines of simple code to handle simple task and as a beginner we look every where. So, here i show how to find all files in a folder. I am still Learning...

Virtual Directories Not Visible on FTP Clients       
Total Hits: 338  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use your FTP client, you are unable to see virtual directories created in Internet Server Manager for the FTP service even though you have permissions to access the directory. However, if you issue the "cd" command with the correct name to the virtual directory or "ls" or "dir" of the virtual directory, the contents are listed (provided sufficient permissions exist for the user/anonymous user)....

Save file on client computer       
Total Hits: 211  |  Today: 1 Author: Jitendra Bansiwal.       Rating:  
Read Reviews | Write Review |              Your Rating: 

This ASP page copy file from web server to client machine without zip the file....

Open MDB files on remote computer in ASP       
Total Hits: 99  |  Today: 0 Author: Antonin Foller       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you use ODBC connection (DSN or DSN-less) to file on remote computer (UNC path), OLEDB raises next error : Microsoft OLE DB Provider for ODBC Drivers size=2>error '80004005'
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the File '(unknown)'. It is already
opened exclusively by another user, or you need permission to view its data. You can avoid the error - ASP and ActiveX supports two ways to open DSN-less connection to MDB file (or
connec...

Getting Remote Files With ASP Continued       
Total Hits: 224  |  Today: 0 Author: Justin Cook       Rating:  
Read Reviews | Write Review |              Your Rating: 

This second article will show how to send remote binary files, multiple files, and additional information with only ASP and XML. This is an incredibly powerful technique, and the implementation in this two part series will deal with automatically updating a deployed ASP web application....

Write file easy with ASP       
Total Hits: 1766  |  Today: 0 Author: Christophe HUMBERT       Rating:  
Read Reviews | Write Review |              Your Rating: 

This function it's a easy way to create text file in ASP. This function use the FileSystemObject. You can add text in existing file, delete it and more......

Reading from a text file       
Total Hits: 389  |  Today: 0 Author: Adam Ware       Rating:  
Read Reviews | Write Review |              Your Rating: 

using this code will allow you to connect to a text file and pull URLs and a descriptions out to use on your site , a great example of this might be to keep your main navigation up to date, ....


1  2  3  4  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com