|
Microsoft® JScript Folder Object |
Language Reference Version 3 |
Provides access to all the properties of a folder.
The following code illustrates how to obtain a Folder object and how to return one of its properties:function ShowFolderInfo(folderspec) { var fs, f, s; fs = new ActiveXObject("Scripting.FileSystemObject"); f = fs.GetFolder(folderspec); s = f.DateCreated; window.alert(s); }
© 1997 by Microsoft Corporation. All rights reserved.
See also:
| file: /Techref/inet/iis/jscript/htm/js572.htm, 2KB, , updated: 1997/9/30 03:44, local time: 2012/2/10 12:26,
38.107.179.230: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.piclist.com/techref/inet/iis/jscript/htm/js572.htm"> Folder Object</A> |
| Did you find what you needed? |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.