public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
createFileIfNotExists(Path file)
Attempts to create the given Path (as file) if it doesn't exist.
|
public static void createFileIfNotExists(Path file)
file - the file to create if it doesn't existCopyright © 2016–2021 The AuthMe Team. All rights reserved.