You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Ananya,
Try Using Forward Slash Instead of Backward Slash in the Path.
Your Code:- os.startfile("C:Users\DELL\AppData\Local\Microsoft\Teams\current\Teams.exe")
My Suggested Code:- os.startfile("C:/Users/DELL/AppData/Local/Microsoft/Teams/current/Teams.exe")
Happy Coding!
On Mon, Feb 1, 2021 at 1:13 PM Shubham Samanta ***@***.***> wrote:
Hey Ananya,
Try Using Forward Slash Instead of Backward Slash in the Path.
Your Code:-
os.startfile("C:Users\DELL\AppData\Local\Microsoft\Teams\current\Teams.exe")
My Suggested Code:-
os.startfile("C:/Users/DELL/AppData/Local/Microsoft/Teams/current/Teams.exe")
Happy Coding!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARWJ5CTJTE5LX6X6XFO7Q5LS4ZLSVANCNFSM4V2KW6JA>
.
https://www.loom.com/share/86de5e5701084211bf2bcba874cf6566
please refer the link for better understand.
The text was updated successfully, but these errors were encountered: