aadiltajani / CodeSten

CodeSten is Project1 for Group19 of CSC510 Software Engineering
GNU General Public License v3.0
0 stars 0 forks source link

Read Audio File already exist error #4

Closed aadiltajani closed 2 years ago

aadiltajani commented 2 years ago

image Read audio file is giving error that files already exist and won't run again

Dhruvish-Patel commented 2 years ago

Added an if condition to check whether the directory already exists or not. If it exists then it will be removed first. This will solve the issue of file already exists.