Re: Find a file

2016-07-02 Thread tdsperth
Hi Thanks for your suggestions - I did get it to work with some os.path calls and using flask get files. Cheers Colin -- https://mail.python.org/mailman/listinfo/python-list

Re: Find a file

2016-06-30 Thread Karim
On 01/07/2016 02:51, tdspe...@gmail.com wrote: Hi All I have a web app that allows me to choose a file - the file name is returned but I need to find the path to the file so I can add it as an attachment to a email. The files I am returning could be in different folders/directories. Thanks