Class FileBoss

java.lang.Object
velo.ladaalpha.fields.system_managment.FileBoss

public class FileBoss extends Object
The Class FileBoss.
  • Constructor Details

    • FileBoss

      public FileBoss()
  • Method Details

    • fileExists

      public static Boolean fileExists(String fileName)
      File exists.
      Parameters:
      fileName - the file name
      Returns:
      the boolean
    • createFile

      public static void createFile(String fileName)
      Creates the file.
      Parameters:
      fileName - the file name
    • copyFiles

      public static Boolean copyFiles(String a, String b)
      Copy files.
      Parameters:
      a - the a
      b - the b
      Returns:
      the boolean
    • moveFiles

      public static Boolean moveFiles(String a, String b)
      Move files.
      Parameters:
      a - the a
      b - the b
      Returns:
      the boolean
    • deleteFile

      public static void deleteFile(String fileName)
      Delete file.
      Parameters:
      fileName - the file name