#nullable disable namespace BizHawk.Common { /// This code (and an import for ) is duplicated in each executable project because it needs to be used before loading assemblies. public static class MotWHack { public static void RemoveMOTW(string path) => Win32Imports.DeleteFileW($"{path}:Zone.Identifier"); } }