Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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

File and Folder Copy Functions and Methods       
Total Hits: 140  |  Today: 0 Author: Jigar       Rating:  
Read Reviews | Write Review |              Your Rating: 

Today we are going to see how to copy a file / folder operation. We do have lot of tasks on the time of developing application, in that one of task is to copy the file from one location to another location on the same hard drive. we might have lot of code to write, but with the help of new features available in .net framework we can achieve it so easily that you never thought of....

Reading & Writing to a Text File       
Total Hits: 1162  |  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....

Deletefiles       
Total Hits: 190  |  Today: 0 Author: Jason Buck       Rating:  
Read Reviews | Write Review |              Your Rating: 

This ASP page is a maintenance tool of sorts. It first lists all of the files in the directory. The links when pressed pass the file name back to the same page which calls a delete function that delete the file which was just clicked on....

Obtaining file sizes       
Total Hits: 219  |  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....

How to Spy on a Directory       
Total Hits: 308  |  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....

Virtual Directories Not Visible on FTP Clients       
Total Hits: 692  |  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: 591  |  Today: 0 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: 231  |  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...

Working with Drives, Folders and Files in ASP       
Total Hits: 384  |  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...

How To Output RTF-formatted Documents with ASP       
Total Hits: 601  |  Today: 1 Author: Steve Skelton       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP is a great technology for delivering custom HTML-based content to a Web page. You can also use ASP to create output for print and distribution beyond Web pages. In fact, ASP can be a great medium for creating complex reports in a variety of formats. This article shows you how to use ASP to generate RTF files, and gives you some simple functions for formatting blocks of text and paragraphs as well as a function to produce an RTF table from a SQL query. The ASP makeTable function produces a ge...

File I/O Module       
Total Hits: 474  |  Today: 1 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....

Tree Menu Based on Directories II       
Total Hits: 809  |  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....

Site File Manager       
Total Hits: 1670  |  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 Procedure Used To Recurse Through All SubFolders       
Total Hits: 580  |  Today: 0 Author: ObjectMethod       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code is used to recurse (walk-through) every sub-directory of any given path. Use it to find a file or list all files in any given path.
...

Write file easy with ASP       
Total Hits: 1837  |  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......

ASP File Finder       
Total Hits: 501  |  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 Standard Windows INI Files       
Total Hits: 408  |  Today: 0 Author: Bart Silverstein       Rating:  
Read Reviews | Write Review |              Your Rating: 

Have you needed to get information dynamically from Standard Formatted Windows INI files? Here's a set of tools to help you with just that. In this tutorial, we are going to discuss specific actions.
...

dir/subdir_list       
Total Hits: 155  |  Today: 0 Author: Dan Evans       Rating:  
Read Reviews | Write Review |              Your Rating: 

This code starts in a given directory, and lists the subdirectories (and their subdirectories) sequentially. I have seen other similar codes, but they all seemed to be bigger, and have output that was untidy or out of order....

Keyword Search of files       
Total Hits: 178  |  Today: 0 Author: Joe Zarzandi       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script will search for keywords within files in the main folder of our site. It is just a copy and paste script which will work in most server....

Reading from a text file       
Total Hits: 518  |  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, ....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com