Beispiel #1
0
        private static string GetUserRegistryFilePath()
        {
            string path = PathHelpers.GetUserDataFolderPath();

            path = Path.Combine(path, "Registry.xml");
            return(path);
        }
Beispiel #2
0
        private static string GetUserSettingsTemporaryFilePath()
        {
            string path = PathHelpers.GetUserDataFolderPath();

            path = Path.Combine(path, "Settings.temp.xml");
            return(path);
        }