Best Tutorials website
Latest tutorials

Advertisment

Downloading Files with VBScript and ASP

Downloading Files with VBScript and ASP

Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of...


Views: 693 | Rating star | by Sarah
ASP - File Manipulation

Understanding File Upload

Understanding File Upload

Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm's article shows you how to upload a file...


Views: 679 | Rating star | by Simon
ASP - File Manipulation

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...


Views: 532 | Rating star | by Slicer
ASP - File Manipulation

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...


Views: 502 | Rating star | by Adam
ASP - File Manipulation

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...


Views: 514 | Rating star | by Tutorial
ASP - File Manipulation

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.


Views: 505 | Rating star | by Stephen
ASP - File Manipulation

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...


Views: 549 | Rating star | by Steve
ASP - File Manipulation