An abstract File implementation that works on different environments
The absolute path of the File
The contents of the File as a CharArray
The contents of the File as a String
Does the file exist? (Boolean value)
Is the file path absolute?
Is the File a directory and not a fine
Is the File a file and not a directory
The name of the File
The parent File
The parent file's path
The path of the File
Create the file as directory
Create the file as directory and it's parent directories
Write a char array
Write a string to the file