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:
parent
c0afde943e
commit
f81e4f13da
7 changed files with 130 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue