file.exists

  1. A

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

    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