Files
HawkeyeVision/framework/Inspectron.Ringbuffer/Interfaces/IFileIdentity.cs
2025-07-14 12:03:59 +02:00

9 lines
148 B
C#

namespace Inspectron.Ringbuffer.Interfaces
{
public interface IFileIdentity
{
string WriteTo(string directoryPath);
}
}