Aspirant
(Aspirant)当前离线
- UID
- 8113
- 帖子
- 141
- 精华
- 0
- 积分
- 226
- 经验
- 220
- 声望
- 0
- 财产
- 220 MT
- 在线时间
- 1585 小时
- 注册时间
- 2006-2-22
- 最后登录
- 2012-2-21
|
[求助] 关于profile.migration_directory
这个设定能否设置为相对firefox安装目录的路径
如果可以设置,那就不需要loader了。pref("profile.confirm_automigration",true);
// profile.migration_behavior determines how the profiles root is set
// 0 - use NS_APP_USER_PROFILES_ROOT_DIR
// 1 - create one based on the [color]NS4.x profile root
// 2 - use, if not empty, profile.migration_directory otherwise same as 0
pref("profile.migration_behavior",2);
pref("profile.migration_directory", "\profile"); 值为0的意思就是用户文件夹根目录
值为1的那行,NS4.X代表什么?
我设置的pref("profile.migration_directory", "\profile")貌似不奏效?是否不支持相对路径?
望达人解答! |
|