Added
index_for_name
,index_for_path
,name_for_index
: get the index of a file given its path or vice-versa, without
initializing metadata from the local-file header or needing to mutably borrow theZipArchive
.add_symlink_from_path
,shallow_copy_file_from_path
,deep_copy_file_from_path
,raw_copy_file_to_path
: copy a
file or create a symlink usingAsRef<Path>
arguments
Changed
add_directory_from_path
andstart_file_from_path
are no longer deprecated, and they now normalize..
as well as
.
.