iOS Question File.Exists returns False if the file name has a space

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi all.

If I try to check if the file exists and the filename has a space like "My Logo.jpg" File.Exists returns False even though the file is really exists. I tried to replace space with %20 - didn't work either.

 
Top