2007-01-22 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / System / System.CodeDom.Compiler / CodeCompiler.cs
index c612ae286ba6550a0e1b5b6c2592a837ca35a670..f80945daee6f7f872d99d36b745d808296209aa2 100644 (file)
@@ -128,7 +128,7 @@ namespace System.CodeDom.Compiler {
                        if (null == fileNames)
                                throw new ArgumentNullException ("fileNames");
 
-                       options.TempFiles = new TempFileCollection (Path.GetTempPath ());
+                       options.TempFiles = new TempFileCollection ();
                        foreach (string file in fileNames) {
                                options.TempFiles.AddFile (file, keepFiles);
                        }