How to set dynamic download location?
I need to set default download location as x:\downloads\2012_07 if the current month is July, and x:\downloads\2012_08 if the current month is Aug but not manually ,it should be Automatically, Hence what can I do with prefs.js (i.e) user_pref("browser.download.dir",?) Your help will be highly appreciated.
被采纳的解决方案
prefs.js alone can't do what you want. You would need an addon that had those "date" features to actively change that pref based upon the Windows calendar. Give this addon a try and see how it works for you - don't use it myself.
https://addons.mozilla.org/en-US/firefox/addon/automatic-save-folder/
定位到答案原位置 👍 1所有回复 (3)
选择的解决方案
prefs.js alone can't do what you want. You would need an addon that had those "date" features to actively change that pref based upon the Windows calendar. Give this addon a try and see how it works for you - don't use it myself.
https://addons.mozilla.org/en-US/firefox/addon/automatic-save-folder/
thank you. the add-on suggested by you solve my problem. again I am thanking you heartily.
You're welcome!