mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
disk provider removes readonly flag before trying to delete files.
This commit is contained in:
parent
d64e902fa0
commit
0ebbe102c9
10 changed files with 119 additions and 46 deletions
|
@ -157,6 +157,11 @@ namespace NzbDrone.Test.Common
|
|||
return Path.Combine(SandboxFolder, fileName);
|
||||
}
|
||||
|
||||
protected string GetTestFilePath()
|
||||
{
|
||||
return GetTestFilePath(Path.GetTempFileName());
|
||||
}
|
||||
|
||||
protected string SandboxFolder
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue