MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 230

For windows 95/98/nt4/2000
Table of Contents

Advertisement

238
Delete
function Delete(Files: OleVariant): Integer
Deletes files from an archive. The Files parameter can be used to narrow down the
group of files to delete. You can specify a single file, a set of files delimited by line
breaks or an entire directory using wildcards. If left an empty string all files will be
extracted. The function returns a status code which can be investigated to determine
whether the operation succeeded.
Extract
function Extract(Files: OleVariant): Integer
Extracts files from an archive. The Files parameter can be used to narrow down the
group of files to extract. You can specify a single file, a set of files delimited by line
breaks or an entire directory using wildcards. If left an empty string all files will be
extracted. The function returns a status code which can be investigated to determine
whether the operation succeeded.
FileDate
function FileDate(nIndex: Integer): WideString
Returns the datetime of an existing archive file element (file/directory/volume) by
index. The index value can be from 0 to FileCount-1.
FileIsDirectory
function FileIsDirectory(nIndex: Integer): WordBool
Use this function to determine whether a specific element in an archive is a directory.
The index value can be from 0 to FileCount-1.
FileIsReadOnly
function FileIsReadOnly(nIndex: Integer): WordBool
Use this function to determine whether a specific element in an archive is read-only.
The index value can be from 0 to FileCount-1.
FileIsHidden
function FileIsHidden(nIndex: Integer): WordBool
Use this function to determine whether a specific element in an archive is a hidden file.
The index value can be from 0 to FileCount-1.
FileIsSystem
function FileIsSystem(nIndex: Integer): WordBool
Use this function to determine whether a specific element in an archive is a system file.
The index value can be from 0 to FileCount-1.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents