试试这个:
def attrs(pathStr:String) = Files.getFileAttributeView( Paths.get(pathStr), classOf[BasicFileAttributes] //corrected ).readAttributes