Tutorial search

ASP Tutorials
Tutorials
Stuff
Affiliates

ASP File Manipulation Tutorials


We hope that you will enjoy our ASP File Manipulation tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own ASP File Manipulation tutorials to our site. Thank you !

Sort by:
Persits Upload component
Persits Upload component
Persits Upload component
Category: ASP tutorials > File Manipulation - Difficulty:
Reading a file
Reading a file
Reading a file
Category: ASP tutorials > File Manipulation - Difficulty:
Request info and save it to a file
Request info and save it to a file
Request info and save it to a file
Category: ASP tutorials > File Manipulation - Difficulty:
Create/Delete folders
Create/Delete folders
Create/Delete folders
Category: ASP tutorials > File Manipulation - Difficulty:
Displaying last modified date of any file
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.
Category: ASP tutorials > File Manipulation - Difficulty:
Counting lines in text files
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.
Category: ASP tutorials > File Manipulation - Difficulty:
Copying Folders (using File System Object)
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 ot another folder. .
Category: ASP tutorials > File Manipulation - Difficulty:
Copying Files using File System Object
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. .
Category: ASP tutorials > File Manipulation - Difficulty:
scrrun.dll - Runtime classes for dictionary and file system
scrrun.dll - Runtime classes for dictionary and file system
Microsoft Scripting Runtime DLL

This tutorial helps you understand: Microsoft provides one DLL, scrrun.dll, for both IIS Web server side scripting and IE Web browser client side scripting. scrrun.ddl offers the following classes: Dictionary, FileSystemObject, Drive, Folder, File, TextStream.


Category: ASP tutorials > File Manipulation - Difficulty:
Open and Read a File with ASP
Open and Read a File with ASP
This is some sample code for reading a file with ASP.
Category: ASP tutorials > File Manipulation - Difficulty:
create a file
create a file
Easy code for creating a file
Category: ASP tutorials > File Manipulation - Difficulty:
file information
file information
This example displays some useful file examples . Last accessed , last modified and when the file was created
Category: ASP tutorials > File Manipulation - Difficulty:
Auto-upload using IE+ADO without user interaction
Auto-upload using IE+ADO without user interaction
This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code included.
Category: ASP tutorials > File Manipulation - Difficulty:
Write to a file with ASP and FSO
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.
Category: ASP tutorials > File Manipulation - Difficulty:
Delete a folder with ASP
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.
Category: ASP tutorials > File Manipulation - Difficulty:
Total Tutorials in Category: 31