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


|
Zaks.Directory Version History
13 December 1998 : v1.3
- Added support to sort the collection of files by any file attribute
25 October 1998 : v1.21
- DEC Alpha version available.
- Added additional ASP example to show the use of recursion to display a whole sub tree.
5 August 1998 : v1.21
- Fixed memory leak in main object.
4 March 1998 : v1.2
- Date / Time stamps are now in local time, not UTC
- Handling of boolean data now fully VBScript compatible
v1.1
- Path(path & filename), returns the path part of the passed string, e.g.
Path("c:\inetpub\wwwroot\index.asp") returns c:\inetpub\wwwroot
- File(path & filename), returns the filename part of the passed string, e.g.
File("c:\inetpub\wwwroot\index.asp") returns index.asp
- The file object has these two additional properties
- NamePart, the left hand side of the file name, e.g. for a file index.asp, it returns index
- ExtPart, the right hand side of the file name, e.g. for a file index.asp, it returns asp
v1.0
- Dir(Path), this is the default property and returns a collection of File Objects,
the path can contain file wildcard,
e.g. for each F in zd("c:\inetpub\scripts\*.asp")
for each Doc in zd.dir("c:\inetpub\wwwroot\docs\*.htm")
- The file object has these properties
- FileName
- Size
- CreationTime
- LastWriteTime
- LastAccessTime
- Archive
- Readonly
- Hidden
- Compressed
- System
- Temporary
- Directory
Last Updated : Sunday, December 13, 1998 (C) 1997/1998 Simon Fell, All rights reserved
|