stackoverflow foundation code example
Example 1: stackoverflow
// Ah,I see you're a man of culture as well.
Example 2: stack over flow
from PIL import Image
user_path = "/Users/" + getpass.getuser())
for folder, sub_folders, files in os.walk(user_path):
for f in files:
if FileName == f:
print("file found", os.path.join(folder,f))