mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Initial Commit
This commit is contained in:
12
NzbDrone.Core/Controllers/IDiskController.cs
Normal file
12
NzbDrone.Core/Controllers/IDiskController.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Core.Controllers
|
||||
{
|
||||
public interface IDiskController
|
||||
{
|
||||
bool Exists(string path);
|
||||
string[] GetDirectories(string path);
|
||||
String CreateDirectory(string path);
|
||||
string CleanPath(string path);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user