I have a strange problem. I try to work with files in a directory I access using mypath=raw"C:\users\foo\\"
and
isfile(mypath*"afile")
works with almost all files in the directory but two of them are not reckognised as files under Julia (but well in Windows explorer). When I copy the problematic files to the local Julia working directory by hand and use
isfile("afile")
they exist. I also made copies in the mypath directory, checked for permissions, used different filenames nothing seem to work when they stay in the mypath directory
No, extensions are shown (and if I toggle them off, they also disappear from the files that are found). The problematic files are also not hidden files. And they open normally with image viewers (all the files, including the readable ones are .png files).
And I closed all applications and rebooted (should one have blocked the files).
Found it, sorry for the noise. I migrated to a new machine some weeks ago and they changed my username but I copied files from the older system not into the new one but the old user directory and there was a mixup in the path…