Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8660043
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:09:25+00:00 2026-06-12T16:09:25+00:00

I am creating a zip file from the contents of a source directory using

  • 0

I am creating a zip file from the contents of a source directory using NIO2. I am using a ZipFileSystem, for which I first have to gain an instance, and then generate paths. The generated paths can then be used to create entries in the zip file using Files.createDirectory(pathInZip) or Files.copy(sourcePath, destPathInZip). This works fine, but there is a moment of uglyness that I would like to avoid:

 // within the SimpleFileVisitor that walks through sourceDirFile
 @Override
 public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException {
    Path pathInZip = zipFileSystem.getPath(sourceDirPath.relativize(file).toString()); // <-- ?!
    Files.copy(file, pathInZip);
    return FileVisitResult.CONTINUE;
 }

Is there a way to copy a Path from one FileSystemProvider into a Path from another without relying on aPath.toString()?. It seems ugly. I could always iterate over one path, incrementally building the other… but it would seem so easy to have a FileSystem.getPath(Path anotherPath) that I took the time to write this post.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T16:09:27+00:00Added an answer on June 12, 2026 at 4:09 pm

    I have written some utility methods for this. Maybe you find them useful (the library is Open Source).

    Tutorial: http://softsmithy.sourceforge.net/lib/current/docs/tutorial/nio-file/index.html

    Javadoc: http://softsmithy.sourceforge.net/lib/current/docs/api/softsmithy-lib-core/index.html

    Maven:

    <dependency>  
        <groupId>org.softsmithy.lib</groupId>  
        <artifactId>softsmithy-lib-core</artifactId>  
        <version>0.2</version>   
    </dependency> 
    

    More info: http://puces-blog.blogspot.ch/2012/07/news-from-software-smithy-version-02.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have found that creating a zip file using the Zip task provided by
I'm creating a zip file using the class FastZip from SharpZipLib and once I
In a Java web application I am creating a zip file from various in-memory
I need to have an executable file (.exe) which takes some parameters from a
I'm creating a custom file type in AIR, which is a zip file under
I am creating a text file and a ZIP file for a tag automatically
I'm creating an SQL file, placing this file into a zip file with some
I have the following problem: I have a local .zip file and a .zip
I am creating a downloadable zip file. In that zip, I want to add
When creating a zip from ant, how can I exclude all sub directories and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.