We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8b8d6d + ae480e0 commit 1c73b93Copy full SHA for 1c73b93
Source/ExcelDnaPack/PackProgram.cs
@@ -119,6 +119,11 @@ static void Main(string[] args)
119
}
120
121
string outputDirectory = Path.GetDirectoryName(xllOutputPath);
122
+ if (outputDirectory == String.Empty)
123
+ {
124
+ outputDirectory = "."; // https://github.com/Excel-DNA/ExcelDna/issues/7
125
+ }
126
+
127
if (!Directory.Exists(outputDirectory))
128
{
129
try
0 commit comments