diff --git a/RombaSharp/RombaSharp.cs b/RombaSharp/RombaSharp.cs
index c6673197..426dd962 100644
--- a/RombaSharp/RombaSharp.cs
+++ b/RombaSharp/RombaSharp.cs
@@ -273,6 +273,8 @@ namespace SabreTools
if (!Directory.Exists(key))
{
Directory.CreateDirectory(key);
+ File.CreateText(Path.Combine(key, ".romba_size"));
+ File.CreateText(Path.Combine(key, ".romba_size.backup"));
}
}
if (port < 0)
@@ -302,6 +304,7 @@ namespace SabreTools
///
/// Populate or refresh the database information
///
+ /// Each hash has the following attributes: size, crc, md5, sha-1, dathash, existss
private void RefreshDatabase()
{
// Make sure the db is set