/SWT_CopyingOfFiles

Copying of Files To Directory using SWT

Primary LanguageHTML

Copying of Files To Directory using SWT

The Standard Widget Toolkit is a graphical widget toolkit for use with the Java platform.

You can copy specific files(PDF, TXT, XLS, XLSX,...ETC) from source directory to target directory based on specific date using SWT.

Supported File Types :

Procedure :

  • Provide Source and Target Folder path
  • Provide date (Created date of the file)
  • Provide the file type
  • Click Copy file button

The specific files can be copied to source location to target location based on date. While copying to the target location we do have a option to delete the existing files in the target location based on date.

Confirmation Dialogs

Please find the executable file in https://github.com/YashzAlphaGeek/SWT_CopyingOfFiles/blob/master/CopyingFilesUtil/CopyingOfFiles.exe

Info : Added Log file having copied file information


“Thanks for watching. If you liked this page, make sure to subscribe for more!”

First, solve the problem. Then, write the code. 

😀