|
Microsoft® JScript Folders Collection |
Language Reference Version 3 |
Collection of all Folder objects contained within a Folder object.
The following code illustrates how to get a Folders collection and how to iterate the collection using the for...in statement:function ShowFolderList(folderspec) { var fs, f, f1, fc, s; fs = new ActiveXObject("Scripting.FileSystemObject"); f = fs.GetFolder(folderspec); fc = f.SubFolders; s = ""; for (f1 in fc) { s += f1.name ; s += "\n"; } window.alert(s); }
© 1997 by Microsoft Corporation. All rights reserved.
See also:
| file: /Techref/inet/iis/jscript/htm/js38.htm, 2KB, , updated: 1997/9/30 04:44, local time: 2012/5/22 09:18,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.ecomorder.com/techref/inet/iis/jscript/htm/js38.htm"> Folders Collection</A> |
| Did you find what you needed? |
LCD Front Panel Set: $8.99!
- 2x16 LCD HD44780 controller - 4 push buttons - 3 LEDs - 2x12 header |
.