ASP Tutorial
ASP HOME
ASP Introduction
ASP Install
ASP Syntax
ASP Variables
ASP Procedures
ASP Forms
ASP Cookies
ASP Session
ASP Application
ASP #include
ASP Global.asa
ASP Send e-mail
ASP Objects
ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error
ASP FileSystem
ASP TextStream
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO
ASP Components
ASP AdRotator
ASP BrowserCap
ASP Content Linking
ASP Content Rotator
ASP Quick Ref
ASP Summary
Examples/Quiz
ASP Examples
ASP Quiz
ASP Exam
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Tutorials
W3Schools Forum
Helping W3Schools
|
ASP FileSystem Property
Complete Drive Object Reference
The FileSystem property returns the file system in use for a specified drive.
This property will return one of the following:
- FAT - for removable drives
- CDFS - for CD-ROM drives
- FAT, FAT32 or NTFS - for hard disks on Windows 2000 or Windows NT
- FAT or FAT32 - for hard disks on Windows 9x
Syntax
Example
<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("The file system in use is: " & d.FileSystem)
set d=nothing
set fs=nothing
%>
Output:
The file system in use is: FAT
|
Complete Drive Object Reference
 |
|
|
|
Check your site for errors with one click. No more one-by-one page checks, DeepTrawl will find all the errors on your site in seconds.
DeepTrawl is incredibly easy to use, simply type the url of your site & hit go. You'll see all the errors in all your pages, including:
- Dead Links (404's etc.) |
- Missing Images |
- Spelling Mistakes (USA / UK / Canadian English) |
- Invalid xhtml (checked against w3c standards) |
- Common html Errors (missing meta-tags etc.) |
- User Defined Errors (out of date texts/html etc.) |
- Unwanted User Postings (profanity, spam) |
Fix any error easily using the integrated html editor. Download free trial now for PC & Mac.
More Info || Download Free Trial || Watch Demo Video
|
|
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
|
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2008 by Refsnes Data. All Rights Reserved.
|
|
|