Advertisment
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...
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...
Microsoft Scripting Runtime DLL This tutorial helps you understand: Microsoft provides one DLL, scrrun.dll, for both IIS Web server side scripting...
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...
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...
In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
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...