Class FilenameUtils
java.lang.Object
com.realtime.crossfire.jxclient.util.FilenameUtils
Utility class for manipulating filenames.
-
Method Summary
-
Method Details
-
quoteName
Converts a file name to a "safe" form. The returned file name will not contain any "unsafe" characters (seeUNSAFE_FILENAME_CHARACTERS), and it will not be empty.- Parameters:
name- the file name to convert- Returns:
- the converted file name
-