Get shared MIME database paths based on dataPaths.
Range of paths where MIME database files are stored.
auto dataPaths = ["share", buildPath("local", "share")]; assert(equal(mimePaths(dataPaths), [buildPath("share", "mime"), buildPath("local", "share", "mime")]));
See Implementation
Get shared MIME database paths based on dataPaths.