| Package | Description |
|---|---|
| de.alpharogroup.file.rename |
Provides classes for renaming files or directories.
|
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
RenameFileExtensions.changeAllFilenameSuffix(File file,
String oldSuffix,
String newSuffix)
Changes all the Filenames with the new Suffix recursively.
|
static List<File> |
RenameFileExtensions.changeAllFilenameSuffix(File file,
String oldSuffix,
String newSuffix,
boolean delete)
Changes all the Filenames with the new Suffix recursively.
|
static boolean |
RenameFileExtensions.changeFilenameSuffix(File file,
String newSuffix)
Changes the suffix from the Filename.
|
static boolean |
RenameFileExtensions.changeFilenameSuffix(File file,
String newSuffix,
boolean delete)
Changes the suffix from the Filename.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.