1
0
Fork 0
mirror of https://github.com/wagesj45/mdfinder.git synced 2025-09-09 03:20:38 -05:00

Periodic Checkin

Got the application scanning and displaying results.
This commit is contained in:
Jordan Wages 2019-02-17 21:17:05 -06:00
commit f81e4f13da
7 changed files with 130 additions and 10 deletions

View file

@ -12,7 +12,7 @@ namespace mdfinder
/// <summary> Gets or sets the identifier. </summary>
/// <value> The identifier. </value>
public uint Id { get; set; }
public Int64 Id { get; set; }
/// <summary> Gets or sets the full pathname of the file. </summary>
/// <value> The full pathname of the file. </value>