Skip to content

Commit

Permalink
My documents folder won't open anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
forestrf committed Aug 22, 2014
1 parent 6312c18 commit 5068b85
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Project files/F4M-Downloader/MainClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class MainClass
public static string adobeHDSFile = "";
public static string relativePath = "";

public static string version = "0.0.2";
public static string version = "0.0.3";

public static int puerto = 25435;

Expand Down Expand Up @@ -321,15 +321,7 @@ public static void Main (string[] cmdLine)
nombre = "video" + j;
}

if (miDescargador.Comienza (url, nombre)) {
//Abrir carpeta que tiene el video
//string myDocspath = Environment.GetFolderPath (Environment.SpecialFolder.MyDocuments);
string windir = Environment.GetEnvironmentVariable ("WINDIR");
System.Diagnostics.Process prc = new System.Diagnostics.Process ();
prc.StartInfo.FileName = windir + @"\explorer.exe";
prc.StartInfo.Arguments = configs.rutaDescargas;
prc.Start ();
}
miDescargador.Comienza (url, nombre);

}
}

0 comments on commit 5068b85

Please sign in to comment.