Question: C# Hi i have to do a program in C# that takes only one thread or that can be processed in parallel, this is the
C#
Hi i have to do a program in C# that takes only one thread or that can be processed in parallel, this is the task:
Create a folder 'Process' that have two subfolders
Input and Output and that every 10 seconds the program checks if something is inside of the subfolder 'Input' like a txt file, so if there are files in Input move them to 'Output' and changes the file name, e.g, .processed
you can make the program either in windows application or in console but essentially:
Every 10 seconds asks if there exists a file inside the input folder and if exists, move them to the Output folder.
There is no problem in reading the files if you can write it the better but if not, no problem.
BIG THANK YOU
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
