Documentation of 'com.mhuss.Util.FileU' Java class
FileU
com.mhuss.Util

Class FileU



  • public class FileU
    extends java.lang.Object
    Miscellaneous 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 boolean exists(java.lang.String filespec)
      Determine if the specified file exists and is readable.
      static java.lang.String getFS()
      Get the system file separator ("/" or "\")
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileU

        public FileU()
    • 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

You see the box below because you did not login.