Änderung
- Key existiert Abfrage geändert, dass sie auch ohne SubKey funktioniert
This commit is contained in:
parent
64871eb870
commit
a379eba0a9
Binary file not shown.
Binary file not shown.
@ -296,9 +296,16 @@ namespace Eugen.ESystem
|
||||
/// </summary>
|
||||
/// <returns>'True' if the key exists, otherwise 'false'</returns>
|
||||
public bool KeyExists()
|
||||
{
|
||||
if (SubKeyExists())
|
||||
{
|
||||
return Directory.Exists(RoamingPath + "\\" + MainKey + "\\" + SubKey + "\\" + Key);
|
||||
}
|
||||
else
|
||||
{
|
||||
return Directory.Exists(RoamingPath + "\\" + MainKey + "\\" + Key);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks whether the key is 'null' or 'empty'
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user