Subscribe to this category

Top > ASP > Tutorials > File Manipulation



Links

1. Displaying Sub Folders



Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
Category:   ASP > Tutorials > File Manipulation


Date Added: Jun 18, 2005 Hits: 809 Rating: 5.00 Votes: 2

  Member Reviews Visitor Ratings Google PR

2. Delete Folders Online



ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation.
Category:   ASP > Tutorials > File Manipulation


Date Added: Jun 23, 2005 Hits: 512 Rating: 1.00 Votes: 1

  Member Reviews Visitor Ratings Google PR

3. Delete Files Online



Following active server pages code delete a file. Example uses FileSystem object to delete the file. Do not forget to double check permissions for this operation.
Category:   ASP > Tutorials > File Manipulation


Date Added: Jul 2, 2005 Hits: 572 Rating: 3.67 Votes: 3

  Member Reviews Visitor Ratings Google PR

4. Create a "downloads page"



An easy example that shows how to build a page with a bunch of downloads if you DO NOT what the users to know the exact path where all of your files are stored. Also learn how to make a downloads counter!
Category:   ASP > Tutorials > File Manipulation


Date Added: Aug 18, 2005 Hits: 998 Rating: 2.80 Votes: 5

  Member Reviews Visitor Ratings Google PR

5. Checking Files Exists



If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is 'FileExists' that we will use it now.
Category:   ASP > Tutorials > File Manipulation


Date Added: Aug 30, 2005 Hits: 995 Rating: 4.00 Votes: 1

  Member Reviews Visitor Ratings Google PR

6. 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.
Category:   ASP > Tutorials > File Manipulation


Date Added: Aug 15, 2005 Hits: 875 Rating: 1.00 Votes: 1

  Member Reviews Visitor Ratings Google PR

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


Date Added: Jul 8, 2005 Hits: 763 Rating: 2.43 Votes: 7

  Member Reviews Visitor Ratings Google PR

8. file information



This example displays some useful file examples . Last accessed , last modified and when the file was created
Category:   ASP > Tutorials > File Manipulation


Date Added: Jun 29, 2005 Hits: 782 Rating: 3.00 Votes: 2

  Member Reviews Visitor Ratings Google PR

9. read a file



This is some sample code for reading a file .
Category:   ASP > Tutorials > File Manipulation


Date Added: May 26, 2005 Hits: 762 Rating: 2.18 Votes: 11

  Member Reviews Visitor Ratings Google PR

10. create a file



Easy code for creating a file
Category:   ASP > Tutorials > File Manipulation


Date Added: Aug 11, 2005 Hits: 645 Rating: 3.18 Votes: 11

  Member Reviews Visitor Ratings Google PR

Pages: 1 2 3 4 [Next >]

Home      New Listings      Hot Listings      Top Rated     Add a Listing      Get Rated     Update a Listing
Copyright © 2007 ScriptsResource.com. All Rights Reserved.
TBIT DESIGN, INC. - 2950 E. Flamingo Rd. Suite B - Las Vegas - NV 89121
Terms of Service - Privacy Policy - Contact Us