FileOps

final class FileOps(val file: File) extends AnyVal

Provides extension methods to java.nio.file.Path

Value parameters:
file

the File instance to extend.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Converts the file to a single path glob.

Converts the file to a single path glob.

Returns:

the single path Glob.

Concrete fields

val file: File