Groups | Search | Server Info | Login | Register
Groups > comp.lang.pascal.delphi.misc > #710
| From | "P E Schoen" <paul@pstech-inc.com> |
|---|---|
| Newsgroups | comp.lang.pascal.delphi.misc |
| Subject | Re: Open dialog to display directory only (D4) |
| Date | 2015-07-25 23:59 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mp1lt3$n3k$1@dont-email.me> (permalink) |
| References | <mojobd$umt$1@dont-email.me> <xn0joskww1e1e1001@news.solani.org> <mom237$bkm$1@solani.org> |
"Faxe" wrote in message news:mom237$bkm$1@solani.org... > Maybe the use of ShBrowseForFolder is the better way with older Delphi. > Here is a short description: > http://delphi.about.com/od/windowsshellapi/l/aa070400a.htm Those were some good suggestions. I went ahead and coded the project using a hard-coded location for the folders and files I wanted to "ZAP", and I was able to move and delete the duplicate files in the Junk Email folder. But I found that mucking with the files in Windows Live Mail causes problems so I may need to do something different. Probably I can just use WLM to move most of the files to another folder and copy them elsewhere and then delete the duplicates and put the remaining files in a compressed folder for backup. But, really, I just need to save important emails as I receive and send them, and stop thinking that I might someday get the time to read the others that usually have limited interest and are irrelevant after a couple of weeks. I get about 100/day so they pile up quickly! I got some helpful information in the Tek-Tips forum: OpenDialog1.InitialDir := GetCSIDLPath(CSIDL_LOCAL_APPDATA) + '\Microsoft\Windows Live Mail\'; http://www.tek-tips.com/viewthread.cfm?qid=1752538 Thanks for the help. At least I know that this newsgroup is still active and useful :) Paul
Back to comp.lang.pascal.delphi.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Open dialog to display directory only (D4) "P E Schoen" <paul@pstech-inc.com> - 2015-07-20 17:15 -0400
Re: Open dialog to display directory only (D4) "Peter Below (TeamB)" <none@address.invalid> - 2015-07-21 17:38 +0000
Re: Open dialog to display directory only (D4) "Faxe" <Faxe@invalid.invalid> - 2015-07-21 18:12 +0000
Re: Open dialog to display directory only (D4) "P E Schoen" <paul@pstech-inc.com> - 2015-07-25 23:59 -0400
Re: Open dialog to display directory only (D4) Richard <nospam@localhost.nil> - 2015-07-22 19:19 +0200
csiph-web