Class FilesystemUtils


  • public final class FilesystemUtils
    extends Object
    Since:
    8.6
    • Constructor Detail

      • FilesystemUtils

        public FilesystemUtils()
    • Method Detail

      • isSafeTitleForFilesystem

        public static boolean isSafeTitleForFilesystem​(String title)
        Ensure the title is safe to be written to the file system.
        Parameters:
        title - The title to check
        Returns:
        True if the title is safe for the filesystem, false otherwise