LisaacTM Platform

FS_MIN


File system minimum
Inherit/Insert Summary
parent_object No developed.
 
Independance File System
open_read
open_write
read_line in
read in size
write with size
close
file_size
make_file
 

Inherit/Insert Detail

parent_object

.../base/file_system/low_level/fs_min.li line #18

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Independance File System

open_read

.../base/file_system/low_level/fs_min.li line #30

Section:
Public

Profile:
- SelfSELFopen_read   n : ABSTRACT_STRINGPOINTER

open_write

.../base/file_system/low_level/fs_min.li line #37

Section:
Public

Profile:
- SelfSELFopen_write   n : ABSTRACT_STRINGPOINTER

read_line in

.../base/file_system/low_level/fs_min.li line #44

Section:
Public

Profile:
- SelfSELFread_line   f : POINTER  in   buf : STRINGBOOLEAN

read in size

.../base/file_system/low_level/fs_min.li line #56

Section:
Public

Profile:
- SelfSELFread   f : POINTER  in   buf : STRING  size   sz : INTEGERUINTEGER

write with size

.../base/file_system/low_level/fs_min.li line #66

Section:
Public

Profile:
- SelfSELFwrite   f : POINTER  with   buf : STRING  size   sz : INTEGERUINTEGER

close

.../base/file_system/low_level/fs_min.li line #74

Section:
Public

Profile:
- SelfSELFclose   p : POINTER

file_size

.../base/file_system/low_level/fs_min.li line #76

Section:
Public

Profile:
- SelfSELFfile_size   p : POINTERINTEGER

make_file

.../base/file_system/low_level/fs_min.li line #84

Section:
Public

Profile:
- SelfSELFmake_file   new_path : ABSTRACT_STRINGBOOLEAN