|
|
|
|
|
Total Hits: 230 | 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: 756 | Today: 0 |
Author: PIAZZA Stephane
|
Rating:
|
|

A new release of the "Tree Menu Based on Directories". Some bugs has been solved, and the look is more like Windows Explorer....
|
|
|
|
Total Hits: 1210 | Today: 0 |
Author: Asif
|
Rating:
|
|

In many cases we need to check if a particular file exists on the server or not. This simple function returns true or false based on the file existence. Just pass a valid file name to the function....
|
|
|
|
Total Hits: 236 | Today: 0 |
Author: Bruce Johnson
|
Rating:
|
|

How To: Detect when a file has been added to a directory If you've every written the Visual Basic equivalent of a service (that would be a program that sits and waits for something to happen), you will probably understand the meaning behind the title of this article. Say your program needs to continually look at the contents of a directory and, when a new file arrives, pick it up and process it....
|
|
|
|
Total Hits: 373 | Today: 1 |
Author: Faisal Khan.
|
Rating:
|
|

XML stands for Extensible Markup Language. XML can be used in many ways and one of which is 'data storage'. This is the one we will be exploring in this article. XML along with XSL ( Extensible Stylesheet Language ) can by used to present data on the web pages. XML provides the data and XSL allows us to present it the way we want. Remember though that not all browsers support XML on the client side, only Micrsoft Internet Explorer 5.0 and above support XML. XML can also be used to perform RPC ( ...
|
|
|
|
Total Hits: 405 | Today: 0 |
Author: Tony Welsh
|
Rating:
|
|

ASP script that lets you manipulate simple text files remotely, also functions as a tool to allow you to do some simple tests your IUSRs permissions. The code itself is quite simple and lacks most of the nice touches that are applied to these sorts of things - it simply uses the file system object (FSO) and where appropriate traps and reports any errors it encounters in an attempt to make it as small as possible....
|
|
|
|
Total Hits: 1589 | Today: 0 |
Author: Felipe Arteaga
|
Rating:
|
|

Site File Manager, Let User Manage, UpLoad, Rename, Delete Files with a Internet Browser. Also includes a Admin page for setup new user....
|
|
|
|
Total Hits: 419 | Today: 0 |
Author: Blowno
|
Rating:
|
|

Did you ever want to search for files using your web browser instead of the MS Find Files program? This ASP file searches your hard drive (or web server) for files containing a given string. You can specify a string to search for and the directory to search in (or leave the default c:\ directory)....
|
|
|
|
Total Hits: 1090 | Today: 0 |
Author: kathi
|
Rating:
|
|

Here is the content of a text file (writefile.txt) that's being read and placed onto this page....
|
|
|
|
Total Hits: 753 | Today: 0 |
Author: BrainJar.com
|
Rating:
|
|

This example shows how to read a directory structure in ASP. The demo lists the contents of a few directories located on this site, including any subdirectories and their contents, along with some information on file sizes and last modified dates....
|
|
|
|
Total Hits: 141 | Today: 0 |
Author: Peter A. Bromberg
|
Rating:
|
|

Article by Peter A. Bromberg on SEARCH AND REPLACE IN FILES VIA AN ASP PAGE with sample code....
|
|
|
|
Total Hits: 160 | Today: 0 |
Author: PPSoftNET
|
Rating:
|
|

This function will get the file size in kilobytes of any file you pass into it. If you want to display the sizes on your website you will want this function....
|
|
|
|
Total Hits: 228 | Today: 0 |
Author: Igor Krupitsky
|
Rating:
|
|

This program shows how to safely use ms office application on the web server. The following problems can occur when doing the office automation: 1) The office application can raise an error. 2) The office application can be unable to close itself. 3) The office application can prompt a user with a massage box. The sample application is addressing these problems....
|
|
|
|
Total Hits: 366 | Today: 0 |
Author: Asm Zunaid
|
Rating:
|
|

Sometimes we look for few lines of simple code to handle simple task and as a beginner we look every where. So, here i show how to find all files in a folder. I am still Learning...
|
|
|
|
Total Hits: 338 | Today: 0 |
|
Rating:
|
|

When you use your FTP client, you are unable to see virtual directories created in Internet Server Manager for the FTP service even though you have permissions to access the directory. However, if you issue the "cd" command with the correct name to the virtual directory or "ls" or "dir" of the virtual directory, the contents are listed (provided sufficient permissions exist for the user/anonymous user)....
|
|
|
|
Total Hits: 211 | Today: 1 |
Author: Jitendra Bansiwal.
|
Rating:
|
|

This ASP page copy file from web server to client machine without zip the file....
|
|
|
|
Total Hits: 99 | Today: 0 |
Author: Antonin Foller
|
Rating:
|
|

If you use ODBC connection (DSN or DSN-less) to file on remote computer (UNC path), OLEDB raises next error : Microsoft OLE DB Provider for ODBC Drivers size=2>error '80004005' [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the File '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data. You can avoid the error - ASP and ActiveX supports two ways to open DSN-less connection to MDB file (or connec...
|
|
|
|
Total Hits: 224 | Today: 0 |
Author: Justin Cook
|
Rating:
|
|

This second article will show how to send remote binary files, multiple files, and additional information with only ASP and XML. This is an incredibly powerful technique, and the implementation in this two part series will deal with automatically updating a deployed ASP web application....
|
|
|
|
Total Hits: 1766 | Today: 0 |
Author: Christophe HUMBERT
|
Rating:
|
|

This function it's a easy way to create text file in ASP. This function use the FileSystemObject. You can add text in existing file, delete it and more......
|
|
|
|
Total Hits: 389 | Today: 0 |
Author: Adam Ware
|
Rating:
|
|

using this code will allow you to connect to a text file and pull URLs and a descriptions out to use on your site , a great example of this might be to keep your main navigation up to date, ....
|
|
|
|
|
|
|