external C class FUDGE_FILESYS
****

________This_external_class_defines_the_interface_to_underlying_operating
___system_interface_routines_needed_by_this_implementation.


Flattened version is here



Public


Features
error_message : REFERENCE ;
****
________This_returns_an_OS-dependent_message_string_corresponding_to_the
___most_recently_reported_error.
fyle_error(fyle : REFERENCE) : BOOL ;
****
________This_routine_returns_true_if_and_only_if_an_uncleared_error_has
___occurred_when_performing_some_action_on_the_indicated_file.
get_cwd : REFERENCE ;
****
________This_routine_returns_a_reference_to_an_OS-provided_buffer_containing
___the_string_name_of_the_current_working_directory.
read_dir(handle : REFERENCE) : REFERENCE ;
****
________This_routine_attempts_to_read_the_name_of_an_entry_in_the_given
___directory,_returning_it_as_a_C_string,_otherwise_void!

The Sather Home Page