1 write to DirTemp
Microsoft.ML.Core (1)
Data\Repository.cs (1)
116
DirTemp
= GetShortTempDir(ectx);
5 references to DirTemp
Microsoft.ML.Core (5)
Data\Repository.cs (5)
168
if (
DirTemp
!= null)
172
Directory.Delete(
DirTemp
, true);
248
string root = Path.GetFullPath(
DirTemp
?? @"x:\dummy");
261
if (createDir &&
DirTemp
!= null && parent.Length > ichSplit)
270
pathTemp =
DirTemp
!= null ? tempPath : null;