move file from one folder to other
i want to create a window service that does following
on every 30 sec it checks a folder and if it finds any file in it then it moves all those file to another folder.
how can i do that
can you provide the solution or any link where i can refer to