]> Kevux Git Server - fll/commit
Progress: featureless make.
authorKevin Day <thekevinday@gmail.com>
Wed, 9 Sep 2020 04:09:06 +0000 (23:09 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 9 Sep 2020 04:09:06 +0000 (23:09 -0500)
commit38eaac9290127863014a55a562ce2f1ff2f58ac8
treeb97bbc59d74ab756e3e11616b847a10f46eba44e
parentb504624bbc36c5f28284a089b8dc3951f0105b11
Progress: featureless make.

Implement file move functions.
- There will need to be future changes to allow for moving across filesystems.
- This move across filesystems may need to be an fll_file_move() so that it can either do a directory clone or a file clone.

Fix a typo 'perforrm', which should instead be 'perform'.

Add 'F_mount' status code.

Implement the move section operation.
level_0/f_directory/c/directory.h
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.h
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
level_3/fake/c/private-make.c