Interface FilePaths
-
public interface FilePaths
-
-
Method Summary
Static Methods Modifier and Type Method Description static booleanisFileInDirectory(File file, File directory)Checks if provided file is inside provided file directory.
-
public interface FilePaths
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isFileInDirectory(File file,
File directory) |
Checks if provided file is inside provided file directory.
|