com.mhuss.Util
Class FileU
- java.lang.Object
-
- com.mhuss.Util.FileU
-
public class FileU extends java.lang.ObjectMiscellaneous handy-dandy utility functions for file I/O.
-
-
Constructor Summary
Constructors Constructor and Description FileU()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleanexists(java.lang.String filespec)Determine if the specified file exists and is readable.static java.lang.StringgetFS()Get the system file separator ("/" or "\")
-
-
-
Method Detail
-
getFS
public static java.lang.String getFS()
Get the system file separator ("/" or "\")- Returns:
- "/" or "\"
-
exists
public static boolean exists(java.lang.String filespec)
Determine if the specified file exists and is readable.- Parameters:
filespec- The file name to test- Returns:
- true if the specified file exists and is readable, false otherwise
-
-
DMelt 3.0 © DataMelt by jWork.ORG