Implements additional functions for filehandling.
For detailed description see https://Heribert17.github.io/filehandling_extended/
Tested with:
- Python 3.10 and above
- 1.2.2
- Filecopy with callback under Linux didn't copy all file attributes
- 1.2.1
- Import error in osfunc_windows corrected
- 1.2.0
- Added function test_for_system_attribute
- 1.1.2
- copy_file under Linux did not set filetime
- 1.1.1
- set_filetime now accepts also pathlib.Path for the filename
- 1.1.0
- Made all procedures OS dependend for Linux and Windows
- 1.0.0
- Initial version