Opened 12 years ago
Closed 12 years ago
#9053 closed bug (duplicate)
[Patch] Download crash due to non-existence of a download folder
Reported by: | przemub | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | crash, download | Cc: | |
Blocked By: | #8240 | Blocking: | |
Platform: | All |
Change History (5)
by , 12 years ago
Attachment: | commit-4910372.patch added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
comment:2 by , 12 years ago
patch: | 1 → 0 |
---|
comment:3 by , 12 years ago
Also, IIRC, BDirectory's CreateDirectory method don't create missing subdirectories along the path.
Better use create_directory() instead.
comment:4 by , 12 years ago
Blocked By: | 8240 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The directory creation should be done in WebKit Haiku's API WebDownloadPrivate class, ideally in findAvailableFilename method, not in Web+ GUI's DownloadWindow. Otherwise, it's indeed the solution.
This ticket is also a duplicate of #8240.