Skip to content

jnie/DragFolderAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a play and dismiss project.

Why?

- I needed to have something to do in my, in between projects. 
And wanted to get some knowledge about Java SMF.

What?

- I created a program that monitors a specific folder on your harddrive, 
and when files a dropped into the folder, the file is checked and if it is a
known file type, the program does what it is programmed to do with that specific filetype. 

How?
- Works on Windows, not sure about Linux.
- The Runner class starts up a Monitor, when files are found, it gives control to a control class,
that then again will route the control to the filehandler action class.

About

Drag files to a monitored folder, new files get routed to action classes to handle different filetypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages