Esempio n. 1
0
        public static void Cleanup()
        {
#if NET462
            RemoveLongPathsPatch();
#endif

            if (Directory.Exists(TempFolder))
            {
                Directory.Delete(TempFolder.WithPrefix(), true);
            }
        }