W3Schools.com

ASP FreeSpace Property


Drive Object Reference Complete Drive Object Reference

The FreeSpace property returns the amount of free space to a user on the specified drive or network share.

Note: The value returned is often equal to the value returned by the AvailableSpace property.

Syntax

DriveObject.FreeSpace

Example

<%
dim fs,d
set fs=Server.CreateObject("Scripting.FileSystemObject")
set d=fs.GetDrive("c:")
Response.Write("Drive " & d)
Response.Write(" Free space in bytes: " & d.FreeSpace)
set d=nothing
set fs=nothing
%>

Output:

Drive c: Free space in bytes: 884465664


Drive Object Reference Complete Drive Object Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE