зеркало из https://github.com/dotnet/infer.git
FileArray.GetTempFolder returns a folder in the current directory (#384)
This commit is contained in:
Родитель
4b27c953d1
Коммит
56fccb62d8
|
@ -110,7 +110,7 @@ namespace Microsoft.ML.Probabilistic.Collections
|
|||
|
||||
public static string GetTempFolder(string name)
|
||||
{
|
||||
string path = Path.GetTempPath() + name;
|
||||
string path = "FileArray" + Path.DirectorySeparatorChar + name;
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче