nitc :: MPackage :: has_ini
self
# Does `self` have a ini file? fun has_ini: Bool do var ini_path = self.ini_path if ini_path == null then return false return ini_path.file_exists end