this was created to allow close interface with the operating system. more specifically with wrappers to existing libs in c. maybe FileStream can be used instead, it was faster to code this then check FileStream
this (char[] path, char[] mode) this (String path, char[] mode) this (String path, String mode) FILE* getFILE() bit isOpen() void close() int write(String string)
//\todo, many things.