Closed marlof closed 1 year ago
Add an if exists clause
Added if exists
arr_Files = [file for file in os.listdir('.') if os.path.exists(file)]
Completed
Add an if exists clause