Util

object Util
class Object
trait Matchable
class Any

Value members

Concrete methods

def fileAccess(fileList: List[String]): Option[List[String]]
Returns

None if all files in fileList are accessible or Some(error List)

def getListOfFiles(dir: File): Try[List[(File, Int)]]
Returns

A list of all absolute paths under dir and the lenght of dir's parent

def getParent(file: File): String
Returns

File.getParent() or "/" if parent doesn't exist

def javaIteratorToList[A](i: Iterator[A]): List[A]

Concrete fields

val SEP: String

The system-dependent path-separator character

The system-dependent path-separator character