QuickLib
QuickLib copied to clipboard
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Json and Yml Config and Options pattern, Serializers, etc) with crossplatform support for Delphi/Fi...
Pull request was accepted and closed, but this commit https://github.com/exilon/QuickLib/commit/4c35b683ac782a7bdebe2debcabfd6761f0cf764 has removed the changes. So here again same pull request.
ExistsParam uses the default ValueSeparator. Won't work with custom value separator so I would pass it as parameter.
When TFileMonitor is disabled (Enabled = false), the destructor does not exit because the `Self.WaitFor` does not terminate. This Pull request fixes this issue