Closed
Bug 17096
Opened 25 years ago
Closed 25 years ago
[feature] ASEncoder should accept folders in its interfaces
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: samir_bugzilla, Assigned: samir_bugzilla)
Details
ASEncoder should have two new items in its File menu:
1> AppleSingle Encode Folder
AS encode all files in arbitrary levels of nested folders if any candidate
file has a resource fork (else leave it as is).
2> AppleSingle Decode Folder
AS decode all files in arbitrary levels of nested folders if any candidate
file is in AppleSingle format (else leave it as is).
The AppleScript interface will stay the same taking a typeFSS object. However,
the ASEncoder must determine if the FSSpec object is a folder. If so:
1> "encode" must behave as the "AppleSingle Encode Folder" item above.
2> "decode" must behave as the "AppleSingle Decode Folder" item above.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M11
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
Fixed.
Build delivered to:
http://dolfin/ASEncoder/builds/1999102617/ASEncoder.sea.bin
Sample usage script delivered to:
http://dolfin/ASEncoder/builds/1999102617/FolderCodingUsage.script
Handles arbitrary levels of nesting. Be careful: it munges invisibile files as
well!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
verified with ASEncoder/Decoder dated 11/23/1999
Bulk changing all JAR Installation component bugs to Installer: XPI Packages
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: Installer: XPI Packages → Installer
QA Contact: agracebush → general
You need to log in
before you can comment on or make changes to this bug.
Description
•