
Lib_jsr75 -        SE, Nokia ( )

---------------------------------------------------------------------------------------------------------------

string get_roots -     (   '|')

string get_dirs(string Path) -      Path (   '|')

string get_files(string Path) -      Path (   '|')

string read_file(string fname) -     fname

write_file(string fname, string Value) -      fname  Value

delete_file(string fname) -     fname

integer file_exists(string fname) -     ,  0 ()  1 ()

integer open_file(string fname) -  .  1     -1  

integer read_byte -  1   

string read_string -   ()  .            10 (0x0A)

integer close_file(string fname) -  .  1     -1  
