Index: JvAppDBStorage.pas
===================================================================
--- JvAppDBStorage.pas	(revision 11076)
+++ JvAppDBStorage.pas	(working copy)
@@ -138,7 +138,7 @@
 implementation
 
 uses
-  JclMime,
+  JclMime, JclStrings,
   JvJCLUtils, JvResources;
 
 constructor TJvCustomAppDBStorage.Create(AOwner: TComponent);
@@ -325,7 +325,7 @@
 function TJvCustomAppDBStorage.PathExistsInt(const Path: string): Boolean;
 begin
   { TODO -oJVCL -cTESTING : Is this correct implementation? }
-  Result := SectionExists(Path, True);
+  Result := SectionExists(StrEnsureNoPrefix('\', Path), True);
 end;
 
 function TJvCustomAppDBStorage.ReadValue(const Section, Key: string): string;
