public void RemoveFile(string path)
        {
            try {
                System.IO.File.Delete(path);
            } catch (Exception ex) {