Hi everybody!
For the last five days I`m working on a project and I see only python syntax in from of my eyes.
I have a small problem and I got stuck.
I have a string like this : file = "E:\xxx\yyy.txt" and I want to format it in order to get only the file name - file = "yyy.txt".
How can I do that?
Thanks!