copy the settings.sol in%userprofile%\Application Data\Macromedia\Flash Player\#SharedObjects\xxxxxxxx\localhost\ back to %userprofile%\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\settings.sol
private void checkFlashPlayerSettings() { string user = Environment.UserName; string lastPath = @"Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\#magnet.geo-compass.com\";//settings.sol string firstPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData); string path = Path.Combine(firstPath, lastPath); if (!Directory.Exists(path)) Directory.CreateDirectory(path); string target = Path.Combine(path, "settings.sol"); string source=Path.Combine(Application.StartupPath,"configuration\\settings.sol"); File.Copy(source, target, true); }
操作 SOL文件的开源工程
SolVE: Local Shared Object Viewer/Editor
Sol Editor
SOLReader
参考资料:
http://www.fileinfo.com/extension/sol
http://www.parmiter.com/scripts/2010/03/RP658
转载于:https://www.cnblogs.com/wuhenke/archive/2012/09/27/2706048.html