- 1,251 categories
- 40,829 scripts
- 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.
- 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.
- This example displays some useful file examples . Last accessed , last modified and when the file was created
- This is some sample code for reading a file .
- Easy code for creating a file
- This tutorial will show you how use the File Scripting Object to both write to and append to a text file.
- 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.
- Shows how to create a text file using the File Scripting Object.
- 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.
- 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 th...
Page: