Home > other >  How can I create a zip file without including the files parent directory (windows)?
How can I create a zip file without including the files parent directory (windows)?

Time:06-02

I want to create a zip file that doesn't include the parent directory, only the contents but I can't seem to figure out how. Any input would be appreciated!

CodePudding user response:

Try to use Winrar software on your machine.

CodePudding user response:

select the files that you need to compress > right click > compress if you are using winrar

CodePudding user response:

Just select the files and create a zip archive with the name of the parent folder. When you unzip it will be extracted to the folder (zip file name).

example

  • Related