public class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDotExtension(File receiver) |
static String |
getFileContent(File receiver) |
static String |
getNameOnly(File receiver) |
static boolean |
isChildOf(File receiver,
File ancestor) |
static String |
pathSlash(File receiver) |
static File |
plus(File receiver,
String name) |
Copyright © 2020. All rights reserved.