1 write to _testFilesPath
FilesWebSite (1)
Controllers\DownloadFilesController.cs (1)
18
_testFilesPath
= Path.Combine(Path.GetTempPath(), "test-files");
4 references to _testFilesPath
FilesWebSite (4)
Controllers\DownloadFilesController.cs (4)
52
var symlink = Path.Combine(
_testFilesPath
, Path.GetRandomFileName());
54
if (!Directory.Exists(
_testFilesPath
))
56
Directory.CreateDirectory(
_testFilesPath
);
120
Directory.Delete(Path.Combine(
_testFilesPath
), recursive: true);