|
Delete Files Online
|
Other links at ASP > Tutorials > File Manipulation |
| 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.
|
| 2. |
file information
|
|
|
This example displays some useful file examples . Last accessed , last modified and when the file was created
|
| 3. |
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.
|
| 5. |
Working with Drives, Folders and Files using ASP
|
|
|
Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and more. Also provides detailed listing of all properties and methods of FileSystemObject, Drive, Folder, File and TextStream objects.
|
|
|