Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cannot open file in an OpenSharedItem() iterator - The file may not exist/may be open
Post: RE: Cannot open file in an OpenSharedItem() iterat...

Apologies, I am new to these boards and hence lack proper syntax... for filename in os.listdir(workdir1): msg=outlook.OpenSharedItem(workdir1 + filename) if str(msg.Body).find("TestString"): myfile =...
S3RG388 General Coding Help 3 6,978 Jul-23-2018, 12:26 PM
    Thread: Cannot open file in an OpenSharedItem() iterator - The file may not exist/may be open
Post: Cannot open file in an OpenSharedItem() iterator -...

I am trying to run the following code in Python: for filename in os.listdir(workdir1): msg=outlook.OpenSharedItem(workdir1 + filename) if str(msg.Body).find("TestString"): myfile = op...
S3RG388 General Coding Help 3 6,978 Jul-23-2018, 07:42 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020