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)
52var symlink = Path.Combine(_testFilesPath, Path.GetRandomFileName()); 54if (!Directory.Exists(_testFilesPath)) 56Directory.CreateDirectory(_testFilesPath); 120Directory.Delete(Path.Combine(_testFilesPath), recursive: true);