add initial file scan and rescanning algorithms to hash all penumbra files
This commit is contained in:
14
MareSynchronos/FileCacheDB/FileCache.cs
Normal file
14
MareSynchronos/FileCacheDB/FileCache.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace MareSynchronos.FileCacheDB
|
||||
{
|
||||
public partial class FileCache
|
||||
{
|
||||
public string Hash { get; set; }
|
||||
public string Filepath { get; set; }
|
||||
public string LastModifiedDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user