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.
Содержание COLDFUSION STUDIO 4.5-USING COLDFUSION...
Страница 1: ...Allaire Corporation Using ColdFusion Studio ColdFusion Studio 4 5 for Windows 95 98 NT4 2000...
Страница 16: ...xvi Contacting Allaire...
Страница 90: ...82...
Страница 130: ...122...
Страница 133: ...141 Two VTML tags CAT and E let you customize the content of these dialog boxes...
Страница 182: ...190...