Added work remaining url for remote extraction client
This commit is contained in:
@@ -83,6 +83,12 @@ public sealed class ManagedTruthStore : IManagedTruthStore
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Exists(Guid itemId)
|
||||
{
|
||||
return File.Exists(GetPath(itemId));
|
||||
}
|
||||
|
||||
private string GetPath(Guid itemId)
|
||||
{
|
||||
return Path.Combine(_applicationPaths.PluginConfigurationsPath, "JRay", "truth", itemId.ToString("D") + ".json");
|
||||
|
||||
Reference in New Issue
Block a user