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)
164
if (
DirTemp
!= null)
168
Directory.Delete(
DirTemp
, true);
244
string root = Path.GetFullPath(
DirTemp
?? @"x:\dummy");
257
if (createDir &&
DirTemp
!= null && parent.Length > ichSplit)
266
pathTemp =
DirTemp
!= null ? tempPath : null;