In kohana there are four different file types where underscore will be translated into DIRECTORY_SEPARATOR: classes, config, translation, message. This rules will be applied with autoloader only, e.g. $user = new Model_User() loads the /classes/model/user.php. But you can use the underscore with Kohana::find_file(). Please take a closer look to the Kohana's Cascading filesystem.
In two words: if those files located outside the [application|module|system]/classes, [application|module|system]/views, [application|module|system]/messages, [application|module|system]/i18n and not defined additional autoloaders in the bootstrap.php or index.php they does not have any magical things.