|
Where To ? Home Page Components NTAccess.User NTAccess.Groups NTAccess.RAS NTAccess.Permissions NTAccess.Performance Zaks.POP3 Zaks.Directory Zaks.URLBuilder Zaks.Trace Zaks.Collection Zaks.Shares Documents Configuration FAQ Java-COM for ASP Useful Links |
Introduction This component will return the details of a selected directory as a collection of objects, full file properties are returned include size, creation date, last write date, last access date, archive, system, readonly and hidden flags. The objects are returned in a script friendly manner e.g.
Set zd = Server.CreateObject("Zaks.Directory")
For Each F in zd("c:\inetpub\wwwroot\*.*")
response.write f.FileName & " (" & f.size & ")<BR>"
Next
Online DocumentationFor more detailed information including the available function calls, installation instructions and license agreement see the read me file (which is also included in the download). Download Thanks to Dick Lewis and Doug Gillett at US Web, there is now both Intel & Alpha versions of this component. The download now includes an additional example to use recursion to display a whole directory tree. Zaks.Directory (Intel) v1.3 (46k) Zaks.Directory (DEC Alpha) v1.21 (74k) Purchase All Zaks Solutions license's can be purchased through RegNet. However Zaks.Directory is free, please download and use in any application you have. Version History 13 December 1998 : v1.3
(C) 1997/1998 Simon Fell, All rights reserved |