fun <T : File> Builder<T>.exists(): Builder<T>
Asserts that the file exists.
See Also
fun <T : Path> Builder<T>.exists(vararg options: LinkOption = emptyArray()): Builder<T>
Asserts that the subject exists, handling symbolic links according to the provided options
options - the options indicating how symbolic links are handled
See Also