vmx-manager r83 - trunk/src
- From: jwillcox svn gnome org
- To: svn-commits-list gnome org
- Subject: vmx-manager r83 - trunk/src
- Date: Fri, 10 Oct 2008 20:30:25 +0000 (UTC)
Author: jwillcox
Date: Fri Oct 10 20:30:25 2008
New Revision: 83
URL: http://svn.gnome.org/viewvc/vmx-manager?rev=83&view=rev
Log:
- delete .vmxf files
Modified:
trunk/src/VirtualMachine.cs
Modified: trunk/src/VirtualMachine.cs
==============================================================================
--- trunk/src/VirtualMachine.cs (original)
+++ trunk/src/VirtualMachine.cs Fri Oct 10 20:30:25 2008
@@ -567,6 +567,7 @@
File.Delete (Path.Combine (dir, Name + ".vmsd"));
File.Delete (Path.Combine (dir, Name + ".vmem"));
File.Delete (file);
+ File.Delete (file + "f"); // foo.xmxf
if (Directory.GetFiles (dir).Length == 0 &&
Directory.GetDirectories (dir).Length == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]