Tagged Questions

0
votes
1answer
259 views

How to check wether a path represented by a QString with german umlauts exists?

i get a QString which represents a directory from a QLineEdit. Now i want to check wether a certain file exists in this directory. But if i try this with os.path.exists and os.path.join and get in ...