Package org.notima.util
Class FileUtils
java.lang.Object
org.notima.util.FileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfileNameSafe(String suggestedFileName) Remove unwanted characters from filename
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
fileNameSafe
Remove unwanted characters from filename- Parameters:
suggestedFileName- Suggested file name.- Returns:
- A cleaned filename
-