check point
This commit is contained in:
10
framework/Inspectron.Ringbuffer/Interfaces/IFileVerifier.cs
Normal file
10
framework/Inspectron.Ringbuffer/Interfaces/IFileVerifier.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Inspectron.Ringbuffer.Interfaces
|
||||
{
|
||||
public interface IFileVerifier
|
||||
{
|
||||
bool IsMainFile(string filePath);
|
||||
List<string> LinkedFiles(string filePath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user