]> Kevux Git Server - fll/commit
Update: directory and path changes, other fixes and changes.
authorKevin Day <thekevinday@gmail.com>
Fri, 17 Jul 2020 03:54:27 +0000 (22:54 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 17 Jul 2020 03:54:27 +0000 (22:54 -0500)
commitc85c5349f4b7a6ad0a20f6d6a9c77094e2be9034
treed2c78db4975932e1f2adfbebca3fcc78139f3995
parentc06221052011f76fcbeec325bb2f4f5b6a6429b2
Update: directory and path changes, other fixes and changes.

f_directory and f_path overlap.
I believe that f_path is the better choice for getting the current directory/path and related.

Add f_path_change(), f_path_change_at(), f_path_current(), and f_path_real().

Add F_absolute and F_relative status codes.

The define FL_status_string_recurse_length did not include the leading f_ in the derived length.

Minor documentation comment changes.
13 files changed:
build/level_0/settings
build/monolithic/settings
level_0/f_directory/c/directory.h
level_0/f_file/c/file.h
level_0/f_path/c/path.c
level_0/f_path/c/path.h
level_0/f_path/c/private-path.c [new file with mode: 0644]
level_0/f_path/c/private-path.h [new file with mode: 0644]
level_0/f_path/data/build/settings
level_0/f_status/c/status.h
level_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_2/fll_status/c/status.c