Bug 163965

Summary: generates error if download is set to non-existent direcotry
Product: [Applications] ktorrent Reporter: bua100
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: wishlist CC: Regnaron
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description bua100 2008-06-13 13:28:45 UTC
Version:           2.2.5 (using 3.5.6, Kubuntu (feisty) 4:3.5.6-0ubuntu14.3)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.20-16-generic

Application will not create non-existent directory, and start downloading, instead makes error, if /dir/ does not exist.

Cannot create /home/user/dir/file: No such file or directory

feature i'm asking for is to make program check if directory exists, and if it does not then create the direcotry and use it.
Comment 1 Joris Guisson 2008-06-16 14:53:12 UTC
SVN commit 821104 by guisson:

Ask to create directory in fileselectdlg, if it does not exist

BUG: 163965


 M  +18 -0     ktorrent/fileselectdlg.cpp  
 M  +87 -57    libbtcore/util/fileops.cpp  
 M  +9 -2      libbtcore/util/fileops.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=821104
Comment 2 Joris Guisson 2008-10-27 12:33:23 UTC
*** Bug 173514 has been marked as a duplicate of this bug. ***