class FILE_SYS < $OPSYS_FILE_SYS |
---|
**** |
________This_class_provides_abstract_file_system_operations_using_the ___underlying_OS_primitives.__It_provides_an_intermediate_interface_between ___the_required_library_standard_functionality_and_the_underlying_operating ___system,_so_that_there_is_a_common_syntactic_interface_to_the_public ___routines_defined_in_this_class. ________This_version_is_defined_for_Posix_conformant_unix_implementations! ___Reference_should_be_made_to_Posix_specifications_for_further_detail. |
$OPSYS_FILE_SYS |
const Line_Max : CARD := 1023 ; |
---|
**** | unix max! |
shared Mode_Names : ARRAY{STR} ; |
---|
shared Mode_Names : ARRAY{STR} ; |
---|
const Raw_Binary : CARD := UNICODE::LATIN_SMALL_LETTER_B.card ; |
---|
**** |
const Raw_Read : CARD := UNICODE::LATIN_SMALL_LETTER_R.card ; |
---|
check_modes |
---|
**** |
________This_routine_is_provided_to_read_the_mode_name_strings_if_this_has ___not_already_been_done. |