-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
When i compress some files or folders or files and folders , which is included in a folder by software
For example , when i compress "FolderA" and "A.txt" in folders , and "B.txt"
like this :
📁FolderA/{
📄A.txt
}
📄B.txt
I will get a compressed file that "FolderA" and "FolderA/A.txt" and "B.txt" in FolderA
like this :
📦Compressed File/{
📁FolderA/{
📁FolderA/{
📄A.txt
}
📄B.txt
}
}
But i want get a compressed file that these files and folder are no in a folder
like this :
📦Compressed File/{
📁FolderA/{
📄A.txt
}
📄B.txt
}
I know this change is a trouble when we decompress the compressed file .
So you can add a choose on interface for decompressing that accept user to decompress all things of the compressed file in a folder and this choose is default .
Thanks for your any supporting .
This software is useful and beautiful , let it to become perfect and unlimited .
English is not my native language so thank you for your understanding .