Class FileBoss
java.lang.Object
velo.ladaalpha.fields.system_managment.FileBoss
The Class FileBoss.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanCopy files.static voidcreateFile(String fileName) Creates the file.static voiddeleteFile(String fileName) Delete file.static BooleanfileExists(String fileName) File exists.static BooleanMove files.
-
Constructor Details
-
FileBoss
public FileBoss()
-
-
Method Details
-
fileExists
File exists.- Parameters:
fileName- the file name- Returns:
- the boolean
-
createFile
Creates the file.- Parameters:
fileName- the file name
-
copyFiles
Copy files.- Parameters:
a- the ab- the b- Returns:
- the boolean
-
moveFiles
Move files.- Parameters:
a- the ab- the b- Returns:
- the boolean
-
deleteFile
Delete file.- Parameters:
fileName- the file name
-