FileOps

sbt.nio.file.Glob.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.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def toGlob: Glob

Converts the file to a single path glob.

Converts the file to a single path glob.

Attributes

Returns

the single path Glob.

Concrete fields

val file: File