Cert.ImportFrom('Filename')
Posted: Fri 09 Mar 2018 22:40
Why does Cert.ImportFrom('Filename') try to create directories? It doesn't seem to me like a method should need to create a directory, when all you are doing is asking it to read something. Yet, a recent attempt to use this overload produced an EInOutError exception with the message 'cannot create directores'. Why?
Thanks!
Thanks!