added FF_TEMP_PATH for tests

This commit is contained in:
John Andrews
2024-08-31 16:28:34 +12:00
parent 1baeb195b3
commit c5103d3be6
5 changed files with 18 additions and 16 deletions

View File

@@ -62,7 +62,7 @@
//
// protected NodeParameters GetNodeParameters(string filename)
// {
// string tempPath = Path.GetTempPath();
// string tempPath = TempPath;
// string libPath = Path.Combine(tempPath, "media");
// if (Directory.Exists(libPath) == false)
// Directory.CreateDirectory(libPath);