//file class Test { public static String toFileSystemSafeName(String name) { int size = name.length(); return name; } }