Skip to content

Xanlar2004/Java-File-Copy-Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Java File Copy Utility

This Java program serves as a file copy utility, enabling users to copy files and directories from a specified list to a destination folder.
The program is divided into two parts: Part 1 and Part 2, with varying levels of complexity and points.

 In Part 1, the program allows users to copy individual files from a list to the destination folder.
 If a specified path is a directory, the program will mention it and skip copying the directory.

 Part 2 extends the functionality of the file copy utility to handle directories recursively.
 Users can specify a list of directories and files, and the program will copy all these directories and files to the destination, maintaining the same nested structure in the destination folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages