I am not sure what I'm doing wrong. I copied the path link and used it in my code, but I'm still getting the error. Below is my code I am trying to run and the path.
import os
def rename_files():
file_list = os.listdir("Macintosh HD/Users/engpen/downloads/prank")
print(file_list)