Categories
ASPTips and Tutorials → File Manipulation

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

file information

This example displays some useful file examples . Last accessed , last modified and when the file was created
  • Platforms
    • Linux
  • Licenses
    • GPL
DETAILS

read a file

This is some sample code for reading a file .
  • Platforms
    • Linux
  • Licenses
    • GPL
DETAILS

create a file

Easy code for creating a file
  • Platforms
    • Linux
  • Licenses
    • GPL
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Create a text file using ASP

Shows how to create a text file using the File Scripting Object.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 th...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com