-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with paths longer than 259 characters #45
Comments
This is really weird. Have you tried to prepend |
If I prepend "\\?\" it works properly. Thanks, Fabrizio. |
Added the option |
I have this path on my hard disk (without quotes):
"C:\Cartella Condivisa\DITTE STUDIO BELLON SRL\CONTABILITA' ORDINARIE\GENTOREMONA SRL IN LIQUIDAZIONE (CESSATA 01.04.2019)\BILANCIO FINALE DI LIQUIDAZIONE\BILANCIO FINALE DI LIQUIDAZIONE"
In the final folder I have the following files (without quotes):
"Delega Gentono Fabio in favore della moglie Torramini Silvana Claudia.as"
"Delega Gentono Fabio in favore della moglie Torramini Silvana Claudia.pdf"
"Delega Gentono Fabio in favore della moglie Torramini Silvana Claudia.pdf.p7m"
I use this code:
bit7z::Bit7zLibrary lib{ L"7z.dll" };
Only the first file "Delega Gentono Fabio in favore della moglie Torramini Silvana Claudia.as" is present in the "Output.7z" and no error occurs.
I use 7zip Dll v19.00, Bit7z v3.1.1 and Windows 10 x64 v1909
I have tested with "Windows 10 long path name" enabled and disabled: same result.
I have 7zip installed (v19.00) and if I compress "Cartella Condivisa", all the files are compressed (also if "Windows 10 long path name" is disabled).
The text was updated successfully, but these errors were encountered: