Class FileUtils

java.lang.Object
cn.lanink.gamecore.utils.FileUtils

public class FileUtils extends Object
Author:
LT_Name
  • Constructor Details

    • FileUtils

      private FileUtils()
  • Method Details

    • deleteFile

      public static boolean deleteFile(String file)
    • deleteFile

      public static boolean deleteFile(File deleteFile)
    • copyDir

      public static boolean copyDir(String from, String to)
    • copyDir

      public static boolean copyDir(String from, File to)
    • copyDir

      public static boolean copyDir(File from, String to)
    • copyDir

      public static boolean copyDir(File from, File to)