A Alex_197 Well-Known Member Licensed User Longtime User Jul 15, 2022 #1 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.
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.
jahswant Well-Known Member Licensed User Longtime User Jul 16, 2022 #2 Did you try with File.Combine ? Upvote 0