You have to override the OOTB component i.e. /libs/granite/ui/components/foundation/form/pathbrowser
This is designed to get everything but files, in this component predicate is built only for hierarchyNotFile.
i.e. String predicate = cfg.get("predicate", "hierarchyNotFile"); // 'folder', 'hierarchy', 'hierarchyNotFile' or 'nosystem'
override this and modify the jsp to get the desired results.