Search
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Easy payments...
 3. Circular preloader
 4. Phase...
 5. FFTW with OpenCV
 6. Menu with...
 7. Basic...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. Pixel Ad Script
 2. Googlebot last...
 3. Export MS...
 4. XMLNuke
 5. Smash Bugs | ...
 6. EViLDDL Top Site
 7. Visitor Statistics
 8. Site Web...
 9. The Perfect...
10. CodeAvalanche...
more...

HOME > ASP > File Manipulation

 File Manipulation scripts

Create and write content to a text file using ASP
Tutorial and Code - Create and write content to a text file using ASP
 
Displaying last modified date of any file
The scope of this code sample is focusing how to find and display of any file's last modified date & time. Probably, you've used to see some pages on web, written at bottom of page last modified date. Now we will create a simple code to do this.
 
Counting lines in text files
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
 
Creating Text files on server
In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.
 
DextUpload Pro
Web service providers can save a lot of time and effort uploading many large files onto their web servers by using DextUpload Pro software. DextUpload solution comes in a ASP, .NET, and Active X versions and also has automatic secure image processin
 
ASP File Manipulation
This article shows how easily we can handle file through asp.
 
Retrieve a file from FTP server without any...
This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component.
 
Displaying Sub Folders
Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
 
Delete Files Online
Following active server pages code delete a file. Example uses FileSystem object to delete the file. Do not forget to double check permissions for this operation.
 
Delete Folders Online
ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation.
 
1 2 3 4