tablacus / TablacusExplorerAddons

Add-ons for Tablacus Explorer
http://tablacus.github.io/TablacusExplorerAddons/
MIT License
87 stars 12 forks source link

Copy folder settings - General options not working #316

Closed ccfs closed 2 years ago

ccfs commented 2 years ago

Please help to solve this problem. Thanks.

Copied "folder settings" is unexpectedly in "Normal" format regardless of the choice. config copy

FV.SetViewMode(4,16);
FV.Columns='"名稱" 90 "修改日期" 114 "類型" 90 "大小" 90';
FV.GroupBy='System.Null';
FV.SortColumn='名稱';
ccfs commented 2 years ago

The problem is solved in the new version. Thanks.