ethauvin
private fun isCygwin() : Boolean { val path: String? = System.getenv("ORIGINAL_PATH") return path?.contains("/cygdrive/") ?: false }