Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

Search: 

  Tutorial: ASP File Manipulation Working with Drives, Folders and Files using ASP Tutorial

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

Tutorial Details:

Working with Drives, Folders and Files in ASP

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 and then display all the sub folders and files in that drive. We'll build our application in such a way that we can move around different drives and folders and read different files.

To sum up you'll learn how to get hold of drives, display list of folders and subfolders, get hold of a folder and display list of files it contains along with their detailed info, and also how to read a file and display it's contents using ASP.


 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
ASP File Manipulation Working with Drives, Folders and Files using ASP Tutorial

View Tutorial:
ASP File Manipulation Working with Drives, Folders and Files using ASP Tutorial

Related Tutorials:

Displaying 1 - 50 of about 3869 Related Tutorials.

VB and ASP programmers
VB and ASP programmers VB and ASP programmers...;  Position Vacant: VB and ASP programmers  Job Description  Visual basic programmer with ASP knowledge to develop
 
Data Manipulation Statements
Data Manipulation Statements Data Manipulation...;    Data Manipulation Statement is used to retrieve, insert... are describing the following Data Manipulation Statements : Select Statement Insert
 
Working With File
Working With File,Java Input,Java Input Output,Java Inputstream,Java io Tutorial,Java io package,Java io example Working With File... will learn how to work with a file using the non-stream file I/O. The File class
 
Java Directory - Directory and File Listing Example in Java
files and folders present in the specified directory. This topic.... In this example we are using File class of java.io package. The File class... = new File(fname);  and retrieves the list of all the files
 
File I/O - Text Files
Java: File I/O - Text Files Java NotesFile I/O - Text Files Java can read several types... This example reads text files using the classes FileReader, BufferedReader
 
Uploading Multiple Files Using Jsp
Uploading Multiple Files Using Jsp Uploading Multiple Files Using Jsp       ... to understand how you can upload multiple files by using the Jsp. We should avoid
 
File Upload Tutorial With Examples In JSP
. Uploading Single File by Using JSP This tutorial will help you to understand... Multiple Files Using JSP This tutorial will help you to understand how you can... File Upload Tutorial With Examples In JSP File
 
Working with sessions
Working with sessions Working...;        This JSP Tutorial shows you.... In this tutorial we will create an application that takes the user name from
 
Zip Folder Using Java
in this folder are zipped by using java. Here we will learn how to compress files and sub... filter to write files in the zip file format. This class can be used for both... size and an array of string which will hold the name of all files of folders
 
MySQL Tutorial - SQL Tutorials
. In this online training/tutorial we are using MySQL 5.0 which is the latest... MySQL Tutorial,Free MySQL Tutorials,MySQL Programming Tutorials,Online MySQL Help for Beginners MySQL Tutorial - SQL Tutorials
 
Beginners Java Tutorial
tutorial will teach you how you can construct a file name path. By using...;   Java Read File Example In the section of Java Tutorial... This example illustrates how to list files and folders present
 
Handle EML(Electronic mail) file with Java Mail
mail) file using javamail api. eml is a simple email, all eml are stored... Handle EML(Electronic mail) file with Java Mail Handle EML(Electronic mail) file
 
Beginners Java Tutorial
tutorial will teach you how you can construct a file name path. By using...;   Java Read File Example In the section of Java Tutorial... This example illustrates how to list files and folders present
 
JSF Tutorial for Beginners
JSF TUTORIAL - INTRODUCING   JAVA  SERVER  FACES... the transition phase.   In this three  part  tutorial... with JSF and getting the best of both worlds. ( As this tutorial presumes
 
Directories and Files
Java: Directories and Files Java NotesDirectories and Files Put all source files into a directory, one class per file When you start a new project, create a new directory
 
JSP Excel Tutorial
How we can expand the row out line using jsp JSP... format using JSP We can create excel sheet in the .xls format using jsp... using POI In this program we are going to create an excel using java
 
Directory Structure of Artifactory-1.2.2
;        Here are the folders that are shipped with the Artifactory-1.2.2.zip file.    ...; bin: batch files are used to run the included jetty web server. lib
 
Java get File List
Java get File List Java get File List...; In this section, you will study how to retrieve all the files and folders from the specified directory. In the given example, we are providing
 
Using Log Files
Using Log Files Using Log Files...;  Log files keeps a records of internet protocol addresses (IP.... In this program we are writing some information in log file.   The code
 
JSF Properties - Using Properties files in JSF
JSF Properties,Using Properties files in JSF JSF Properties - Using Properties files in JSF     ... files and add a new message.properties file to the project. Here are the steps
 
Concatenate pdf files using command argument
Concatenate pdf files using command argument Concatenate pdf files using command argument     ... are going to concatenate pdf files into a destination pdf files through java program
 
Append To File - Java Tutorial
Java Append File,Append to File Example,Appending to a File in Java,Append to File in Java Append To File - Java Tutorial... is appended to an existing file. We will use the class FileWriter and BufferedWriter
 
Building a Simple EJB Application ?A Tutorial
Building a Simple EJB Application ?A Tutorial Building a Simple EJB Application ?A Tutorial     ... in designing and developing enterprise class web applications using JAVA and J2EE
 
J2EE Tutorial - Introduction
J2EE Tutorial - Introduction J2EE Tutorial... want to know whether J2EE is Java atall or something else. This tutorial... long journey and this 'short' tutorial cannot cover   all
 
Struts 2 configuration files
files: Add the following code snippet into the index.html file. index.html... Struts 2 configuration files Struts 2 configuration files            
 
Uploading Single File by Using JSP
Uploading Single File by Using JSP Uploading Single File by Using JSP       ... to understand how you can upload a file by using the Jsp. As Jsp is mainly used
 
Uploading Single File by Using JSP
Uploading Single File by Using JSP Uploading Single File by Using JSP       ... to understand how you can upload a file by using the Jsp. As Jsp is mainly used
 
Working with PrintStream
the writing operation to a file using PrintStream class... Java PrintStream,Java PrintStream Example,Working with Java PrintStream Working with PrintStream   
 
GUI Tutorial I - FIRST DRAFT
16 17 18 19 20 // File : gui-tutorial/tw/TinyWindow.java... there are two .class files The Java compiler produces a ".class" file for each class... style for GUI using two source files. // Author : Fred Swartz // Date
 
Concatenate two pdf files
into the pdf. You can concentrate only two  files into a single file. ... object of  PdfCopyFields to create new pdf file where we copy two pdf files... Concatenate two pdf files Concatenate two pdf files
 
Working With Fonts
How we can set margin into excel file using jsp working with fonts        ...; In this example we are using following key points: setFontHeightInPoints
 
Displaying System Files in JTree
Display System File Example,Displaying System Files in JTree,Display System Files Using Java Swing Displaying System Files... that displays system files. The java.util.properties package represents a persistent set
 
Creating configuration files
Creating Configuration Files for Application,Configuration Files for JSF... configuration files         ... need two files in WEB-INF folder of the application in Tomcat. web.xml
 
Java Write To File - Java Tutorial
Java Write To File,Java Write to File Example,Write to File in Java,How to Write to File Java Write To File - Java Tutorial...;  In the section of Java Tutorial you will learn how to write
 
Java Java DOM Tutorial Tutorial
for XML Processing) provides a common interface for creating and using xml files... the elements present in a  XML file using DOM APIs.     ... of the XML file using the DOM APIs. This APIs provides some constructors and methods
 
Delete temp file
Delete Temp File,How to Delete Temporary Files,Java Program to Delete Temp File Delete temp file   ..., it will delete the specified file using the deleteOnExit() method and display
 
combine two pdf files
combine two pdf files combine two pdf files...; In this program we are going to tell you how you can read a pdf file... and com.lowagie.text.pdf.PdfReader.  Now create a file named Comboine2page. Remember the name of the file
 
Java Write To File - Java Tutorial
Java write to File Example,How to Write to File Using FileOutputStream in Java Java Write To File - Java Tutorial...; Introduction In the section, you will learn how to write data to a file
 
Flex dispatch event example
;     Below mxml file demonstrates the working of dispatchEvent() method. Method works like a driver that drives the event mentioned
 
Generate Image Files
Generate Image Files Generate Image Files...;  This section illustrates you how to generate image files... the specified string in the specified font. The method writes() writes an image using
 
Working on Rich Text Format on Slide Using Java
Working on Rich Text Format Working on Rich Text Format on Slide Using Java       ... to create a slide then we will learn how we can work on rich text using java
 
Java Create Directory - Java Tutorial
Java Create Directory - Java Tutorial Java Create Directory - Java Tutorial       ...;       In the section of Java Tutorial
 
Zip File Using Java
Zip File Example,Java Zip File,Compress File Using Java Api,Java Zip Tutorials Zipping a File    ... a file just to take less space. We can compress any file using various
 
Java Building a Simple Web Service ? A Tutorial Tutorial
Building a Simple Web Service ? A Tutorial Building a Simple Web Service ? A Tutorial... and developing enterprise class web applications using JAVA and J2EE technologies.  
 
Java Complete Hibernate 3.0 Tutorial Tutorial
; This tutorial provide step by step instructions on using Hibernate... Hibernate Tutorial,Hibernate 3 Tutorials,Java Hibernate Example,Hibernate Online Code Complete Hibernate 3.0 Tutorial
 
Java Create Directory - Java Tutorial
and directory pathnames. File class is used to interact with the files system. Here... in Java Java Create Directory - Java Tutorial...-existent ancestor directories automatically. We will use the File class to crate
 
Welcome to the Apache Struts Tutorial
it with the data. We are using MySQL Database for this tutorial.   ... - Jakarta Struts Tutorial Struts1 Examples Struts 2 Training! Get... to develop Struts applications using ant and deploy on the JBoss Application Server
 
J2EE Tutorial - RMI Example
to others. Using the IDL file, others can create the Stub &skeleton... file requires information about the stub. After these steps, the class files... an implementation class. Using this, it creates the Skeleton class file
 
Overview of the POI APIs
for manipulation of various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. In short, we can read and write MS Excel files using... to read and write Word files using Java. However, Jakarta POI  have
 
Action Script 'include' statement example
, and the third example, i.e., Figure.mxml is our main mxml file inside which the working... with the root directory and folders of your mxml file and ant build file, here it obvious... the files their relative paths are used.  Syntax for using include statement
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.