public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFileExtension(String fullPath)
Tries to get the extension of the given file path.
|
static String |
replaceExtension(String fullPath,
String newExtension)
Replaces the current extension with something else.
|
Copyright © 2015. All rights reserved.