Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
Utilities.fileExists
Makes sure a file exists.
Syntax
static final boolean fileExists(String path)Parameters
path
- The path to and name of the file you want to check.
Returns
Returns
true
if the file exists.See Also
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.