I've written a file to the internal storage using this:
File.WriteString(File.DirInternal, "Data.txt", strResult)
and I read data from it at some other part of my code.
All works 100%.
I'm not deleting or renaming it, but if I try to find the file using windows explorer, I can't find it! :BangHead:
Why is that??
File.WriteString(File.DirInternal, "Data.txt", strResult)
and I read data from it at some other part of my code.
All works 100%.
I'm not deleting or renaming it, but if I try to find the file using windows explorer, I can't find it! :BangHead:
Why is that??