Make sure that your file does not contain any space or newline (CR and/or LF) character after the "Demo" string
Also make sure that your file is ANSI-encoded. The size of this file should be 4 bytes
I checked. No space, CR etc. The file starts as ANSI-encoded and is uploaded using File.copy. Then it is downloaded using
File.ReadString(File.DirRootExternal. The file gets read OK, and it is "Demo" as expected. All this happens for the purpose of storing the file related to the individual user. However, the
IfFolderName = "Demo" does not give a positive response.
Maybe when the file is copied to
DirRootExternal and then copied back it loses its ANSI-encoding.
Other than this, I have no idea why it would not work. I appreciate your input.