|
|
|
|
|
Total Hits: 296 | Today: 0 |
Author: www.asp101.com
|
Rating:
|
|

Plain text files offer some advantages for online applications using changing data. The idea of this series of articles is to explain some of the better tricks for using plain text files, or comma and tab separated lists to support dynamic data sources for the internet. These concepts can be used for Enterprise platform hopping as well as small business needs. A basic premise of this work is that these data files are read-only to the world as typical HTML pages are. This prevents users from alte...
|
|
|
|
Total Hits: 154 | Today: 0 |
Author: brainjar
|
Rating:
|
|

ASP provides access to the web server's file system by defining several objects representing drives, folders, files, etc. This article demonstrates the coding basics needed to perform the most common file operations: creating, deleting, reading from and writing to a file....
|
|
|
|
Total Hits: 2196 | Today: 0 |
Author: David Nishimoto
|
Rating:
|
|

The File System Object ArticleIn reference select "window scripting runtime" component. 1)cp - Copies a Source File to a Target File. Setting bCopyIfOpen allows you to copy an open file....
|
|
|
|
Total Hits: 1780 | Today: 0 |
|
Rating:
|
|

There are many situations where it may be useful to list the contents of a directory on your web server; for administration or collaborative work purposes for example...
|
|
|
|
Total Hits: 178 | Today: 0 |
Author: Michael Qualls
|
Rating:
|
|

This is an advanced example and it assumes that you are already familiar with HTML, ASP, and using ActiveX Objects. In it I use the FileSystemObject and TextStream Objects to create "dynamic" includes....
|
|
|
|
Total Hits: 377 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

This article is first of a series of articles about working with drives, folders and files using ASP. In this article we'll learn how to get hold of Drives collection which FileSystemObject provides us, then we'll use this handle to display a list of all drives connected to our computer with their detailed info. These drives may be fixed hard disks, removable drives like floppy drives, CD-ROM drives or even network drives. We'll then use the handle to a drive to access root folder for that drive...
|
|
|
|
Total Hits: 314 | Today: 0 |
Author: Chris Payne
|
Rating:
|
|

The file system object (FSO) model provides a collection of very handy objects for accessing a computer's file system. What does this mean? It means that you can manipulate files, folders, drives, etc., all through ASP pages. You can write or delete text, store information, move files around, and perform searches....
|
|
|
|
Total Hits: 651 | Today: 0 |
Author: Jeff Anderson
|
Rating:
|
|

Using the FileSystemObject you can create new folders on the Web server's file system. The File System Object allows you to create and manipulate files in a large variety of ways. Here we will look at creating new folders....
|
|
|
|
Total Hits: 620 | Today: 0 |
Author: Programmersresource
|
Rating:
|
|

When working with files you use the built in component: FileSystemObject. This component comes packed with lots of nice methods you can use to create, delete and manipulate files and folders. Here, we'll show how to READ from a text file that has already been created....
|
|
|
|
Total Hits: 762 | Today: 0 |
Author: Faisal Khan
|
Rating:
|
|

In this article we'll learn how to get hold of Drives collection which FileSystemObject provides us, then we'll use this handle to display a list of all drives connected to our computer with their detailed info....
|
|
|
|
Total Hits: 632 | Today: 0 |
Author: Power ASP
|
Rating:
|
|

This is an example of using the FileSystemObject to determine the total size of all files in a directory and any sub directories in it....
|
|
|
|
Total Hits: 2589 | Today: 0 |
|
Rating:
|
|

This example shows how to read a directory structure in ASP.ASP provides access to files on the host server via the FileSystemObject. It is a generic object that can be used to access existing files and folders or to create new ones.It also provides information on drives, paths and special file types but the focus for this example is on file and folder objects.
...
|
|
|
|
Total Hits: 908 | Today: 0 |
|
Rating:
|
|

ASP provides access to the web server's file system by defining several objects representing drives, folders, files, etc. This article demonstrates the coding basics needed to perform the most common file operations: creating, deleting, reading from and writing to a file....
|
|
|
|
Total Hits: 3943 | Today: 0 |
|
Rating:
|
|

Learn how to write on a text file with the help of FileSystemObject within an ASP Page...
|
|
|
|
Total Hits: 2697 | Today: 0 |
|
Rating:
|
|

This Example shows how to read from a text file in an ASP Page using Scripting.FileSystemObject...
|
|
|
|
Total Hits: 2007 | Today: 0 |
|
Rating:
|
|

This step-by-step procedure demonstrates how to get started using the FileSystemObject (FSO) object to work with text files on a Web server. In some situations, you want to be able to store and retrieve data from a text file for your Web applications. Common uses for text files include applications that log errors or store information about site visitors, or database applications that write data to a structured text file (such as in a .csv format), which can then be read by an FSO script and use...
|
|
|
|
Total Hits: 3707 | Today: 0 |
|
Rating:
|
|

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....
|
|
|
|
Total Hits: 9593 | Today: 0 |
|
Rating:
|
|

When accessing remote resources with the FileSystemObject through Active Server Pages (ASP), one of the following errors occurs: Microsoft VBScript runtime error '800a004c' Path not found Microsoft VBScript runtime error '800a0046' Permission denied Server object error 'ASP 0177 : 800a0046' Server.CreateObject Failed...
|
|
|
|
Total Hits: 142 | Today: 0 |
Author: xefteri
|
Rating:
|
|

Using the File System Object (FSO) we can traverse through our website's contents and write them out in a nicely nested form in an XML file. We can then use that file for example, in a content management system or a TreeView control....
|
|
|
|
Total Hits: 819 | Today: 0 |
Author: James Lindėn
|
Rating:
|
|

The purpose of this script is to make working with the file system easier. It includes functions for manipulating directories and files. Whether you want to use this script for a web based file manager, or simply want to make working with text files easier, the script has functions which will streamline your code....
|
|
|
|
|
|
|