Asp > Code Snippets
This shows the file system in use on a drive
This shows the file system in use on a drive <% Dim objFSO , objDrive Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objDrive = objFSO.GetDrive("c:") Response.Write "The file system of " &objDrive & " is " & objDrive.FileSystem Set objDrive = Nothing Set objFSO = Nothing %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML