Drives.Count
|
|
The Count property contains the number of items in the collection. |
<html> <script language="JScript"> <!-- var fileSysObj = new ActiveXObject("Scripting.FileSystemObject");
document.write("There are ",fileSysObj.Drives.count," drives."); --> </script> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
|