HDF.PInvoke
HDF.PInvoke copied to clipboard
Getting the native path from app settings can fail with NullReferenceException
See #112 for details.
ConfigurationManger.AppSettings[ ... ]:
- returns
nullwhen the key doesn't exist - the return type is
string, so theToString()doesn't do anything except throwingNullReferenceException