I have a problem for searching in a folder to find if a file name exists. It specifically has to be able to read a PDF filename. I have foud the following
import os
os.path.exists('memo.txt')
How ever I have no clue how to use it. I have dropbox installed and I will primarlily be searching the folders there for a specific PDF file. I will need it to return true if it is there as it will be attahced to an email scriopt that I am working on.