mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 04:39:31 -06:00
added FF_TEMP_PATH for tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user