package me.eater.hefbrug.access enum class FileType(val switch: String) { Anything("-e"), Directory("-d"), File("-f"); }