|
|
|
|
|
Total Hits: 140 | Today: 0 |
Author: Jigar
|
Rating:
|
|

Today we are going to see how to copy a file / folder operation. We do have lot of tasks on the time of developing application, in that one of task is to copy the file from one location to another location on the same hard drive. we might have lot of code to write, but with the help of new features available in .net framework we can achieve it so easily that you never thought of....
|
|
|
|
Total Hits: 1162 | 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: 190 | Today: 0 |
Author: Jason Buck
|
Rating:
|
|

This ASP page is a maintenance tool of sorts. It first lists all of the files in the directory. The links when pressed pass the file name back to the same page which calls a delete function that delete the file which was just clicked on....
|
|
|
|
Total Hits: 219 | 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: 308 | 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: 692 | 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: 591 | Today: 0 |
Author: Jitendra Bansiwal.
|
Rating:
|
|

This ASP page copy file from web server to client machine without zip the file....
|
|
|
|
Total Hits: 231 | 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: 384 | 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: 601 | Today: 1 |
Author: Steve Skelton
|
Rating:
|
|

ASP is a great technology for delivering custom HTML-based content to a Web page. You can also use ASP to create output for print and distribution beyond Web pages. In fact, ASP can be a great medium for creating complex reports in a variety of formats. This article shows you how to use ASP to generate RTF files, and gives you some simple functions for formatting blocks of text and paragraphs as well as a function to produce an RTF table from a SQL query. The ASP makeTable function produces a ge...
|
|
|
|
Total Hits: 474 | Today: 1 |
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: 809 | 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: 1670 | 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: 580 | Today: 0 |
Author: ObjectMethod
|
Rating:
|
|

This code is used to recurse (walk-through) every sub-directory of any given path. Use it to find a file or list all files in any given path. ...
|
|
|
|
Total Hits: 1837 | 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: 501 | 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: 408 | Today: 0 |
Author: Bart Silverstein
|
Rating:
|
|

Have you needed to get information dynamically from Standard Formatted Windows INI files? Here's a set of tools to help you with just that. In this tutorial, we are going to discuss specific actions. ...
|
|
|
|
Total Hits: 155 | Today: 0 |
Author: Dan Evans
|
Rating:
|
|

This code starts in a given directory, and lists the subdirectories (and their subdirectories) sequentially. I have seen other similar codes, but they all seemed to be bigger, and have output that was untidy or out of order....
|
|
|
|
Total Hits: 178 | Today: 0 |
Author: Joe Zarzandi
|
Rating:
|
|

This script will search for keywords within files in the main folder of our site. It is just a copy and paste script which will work in most server....
|
|
|
|
Total Hits: 518 | 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, ....
|
|
|
|
|
|
|