Project:dool
Class List Class Hierarchy
Summary: Ctors Methods

Module dool.io.File

Class File

Implemented interfaces:

class File

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

Constructor Summary
(char path, char mode)
          
(String path, char mode)
          
(String path, String mode)
          

Methods Summary
FILE* getFILE()
          
bit isOpen()
          
void close()
          
int write(String string)
          


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.