Hello, with last version if I try to extract a file to a network destination (like \server\sharename), I receive error (\server\ the specified path is invalid), see attached file
thank you
If you copy just one file and you specify destination name without backslash at the end somePath\new_name
7-Zip thinks that you want to copy file and rename it to new_name.
So you must specify additional backslash for your operation: somePath\path\
Last edit: Igor Pavlov 2021-08-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you copy just one file and you specify destination name without backslash at the end
somePath\new_name
7-Zip thinks that you want to copy file and rename it to
new_name
.So you must specify additional backslash for your operation:
somePath\path\
Last edit: Igor Pavlov 2021-08-25