extractProjectArchive

fun extractProjectArchive(archivePath: String, destDir: String): String?

Extracts a .uapmdz archive into destDir (which must not already exist). Returns the path of the extracted .uapmd project file, or null on failure. Call removeExtractedArchive when the project has been loaded.