Пример #1
0
        public RsViewProfileManager() : base()
        {
            FileInfo lBinInfo = new FileInfo(System.Windows.Forms.Application.ExecutablePath);

            this.ApplicationPath = FileSystemTools.toPath(lBinInfo.Directory.FullName);

            this.WinUserProfilePath = FileSystemTools.toPath(System.Environment.GetEnvironmentVariable("APPDATA"));
            this.RsViewProfilePath  = FileSystemTools.toPath(WinUserProfilePath + SETTINGSDIR);
            FileSystemTools.forcePath(this.RsViewProfilePath);
        }