]> Kevux Git Server - fll/commit
Update: restructure f_file, add f_file_exists(), add f_file_exists_at(), and other...
authorKevin Day <thekevinday@gmail.com>
Sat, 7 Sep 2019 21:29:09 +0000 (16:29 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 7 Sep 2019 21:29:09 +0000 (16:29 -0500)
commit5c05399dd79e5d1e40a25df11656d849899bb0cd
tree0acb22249d7f2ab317ab593a2d48ed20f2d33e15
parentfa6dfe82cd1b2c2992e074fe8505edeba9b88b5e
Update: restructure f_file, add f_file_exists(), add f_file_exists_at(), and other f_file related changes

Use "address" instead of "file" in f_file to help make things less confusing.
Shorten use of "file_information" with "file".

Implement f_file_exists().
Implement f_file_exists_at().

Try to avoid returning f_invalid_parameter to represent invalid parameters for standard C/POSIX functions.
Implement new exceptions, like f_invalid_name and f_invalid_desciptor, to accommodate this.

Use f_string_eol instead of "\n".
18 files changed:
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_status/c/status.h
level_1/fl_color/c/color.c
level_1/fl_file/c/file.c
level_1/fl_fss/c/fss.c
level_1/fl_fss/c/fss.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_2/fll_status/c/status.c
level_3/firewall/c/private-firewall.c
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/init/c/private-init.h