Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | ASP | Tutorials & Tips | File Manipulation

Results 1-20 of 36
List Images or Other Files in a Folder Using ASP+FileSystemObject
This is a simple script that lists the files present in the specified folder (directory). It uses VBScript's FileSystemObject to scan and return list of files in the specified folder that match specified filename extension(s). In addition to file names, the script also shows file size and last modified date. The example also demonstrates a naive use of RegExp object to match multiple file extensions. A standalone VBScript function plus an accompanying ASP example to display the date is provided.
(0 ratings)
Reviews0
PriceFree
Views853
Create and write content to a text file using ASP
Tutorial and Code - Create and write content to a text file using ASP
(0 ratings)
Reviews0
PriceFree
Views2110
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.
(0 ratings)
Reviews0
PriceFree
Views1101
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.
(0 ratings)
Reviews0
PriceFree
Views947
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.
(0 ratings)
Reviews0
PriceFree
Views1541
ASP File Manipulation
This article shows how easily we can handle file through asp.
(0 ratings)
Reviews0
PriceFree
Views1564
Retrieve a file from FTP server without any 3rd party component
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.
(3 ratings)
Reviews0
PriceFree
Views2000
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.
(6 ratings)
Reviews0
PriceFree
Views2513
Checking Files Exists
If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is 'FileExists' that we will use it now.
(3 ratings)
Reviews0
PriceFree
Views2914
Copying Folders (using File System Object)
If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder to another folder.
(6 ratings)
Reviews0
PriceFree
Views2468
Copying Files (using File System Object)
Sometimes you need to copy files to another folder. First you should require to use FSO (File System Object.) CopyFile method of FSO is the simplest way to copy the files. Following sample code will copy some files to another folder.
(15 ratings)
Reviews0
PriceFree
Views4317
file information
This example displays some useful file examples . Last accessed , last modified and when the file was created
(3 ratings)
Reviews0
PriceFree
Views1578
read a file
This is some sample code for reading a file .
(9 ratings)
Reviews0
PriceFree
Views2732
(12 ratings)
Reviews0
PriceFree
Views2291
Write to a file with ASP and FSO.
This tutorial will show you how use the File Scripting Object to both write to and append to a text file.
(3 ratings)
Reviews0
PriceFree
Views3751
Delete a folder with ASP
For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object.
(3 ratings)
Reviews0
PriceFree
Views1980
Create a text file using ASP
Shows how to create a text file using the File Scripting Object.
(9 ratings)
Reviews0
PriceFree
Views4937
Last Updated
A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.
(6 ratings)
Reviews0
PriceFree
Views2184
Uploading files to the server hard disk using plain ASP
Step-by-step tutorial on how to upload files (images, etc) from the client browser to the server hard disk using plain ASP pages. Complete application source code is available for download including the code to upload and display uploaded files to the user in an eary to use and understand manner.
(25 ratings)
Reviews1
PriceFree
Views8181
Open, Read and Create Files with ASP
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.
(3 ratings)
Reviews0
PriceFree
Views5338
Results 1-20 of 36