Gregrs400 / cmpsc472Project1

Multithreading implementation for counting words in files, with inter-process communication
0 stars 0 forks source link

Read every file with loop #1

Closed Gregrs400 closed 9 hours ago

Gregrs400 commented 15 hours ago

Currently, reading a file requires manually specifying the directory as well as the name of the file. Automating this to allow all files to be read in a loop should help with assigning the files to processes later.