Closed
Bug 62702
Opened 25 years ago
Closed 18 years ago
Feature: ability to read file time stamp in .xpi archive
Categories
(Core Graveyard :: Installer: XPInstall Engine, enhancement, P3)
Core Graveyard
Installer: XPInstall Engine
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: depman1, Assigned: dveditz)
Details
Currently, we can obtain the time stamp (in milliseconds) of a file already
installed by using File.modDate(). It would be nice to be able to obtain that
info *before* the archive contents are installed. That way, a script writer can
ascertain whether or not the file is more recent than the one on the harddrive.
Note: if you list out the contents of the archive (even before unzipping it),
the file sizes can be obtained. In UNIX, do an "unzip -v".
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•18 years ago
|
||
The xpinstall script engine has been removed from the trunk, bugs in it are obsolete.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•