Skip to content

馃悰 Fixed an error regarding the wrong folder when using OCI

Kevin Joosten requested to merge oci-wrong-folder-fix into dev

Changed the System32 check to lower case first, sometimes windows returns system32 instead of System32 and this was causing an error.

Also mode the GetData() to within the else statements as it was already getting called in URICheck()

Fixes #26 (closed)

Merge request reports