I am writing this code:
If File.Exists(File.DirRootExternal, filename) = False Then Return ""
It never finds my file named "filename". I have my files saved in the Files folder under my project. Where should I keep my files in the project so they can be found by the code? Thank you.
I think the solution is:
Add the file to the Files tab.
If File.Exists(File.DirRootExternal, filename) = False Then Return ""
It never finds my file named "filename". I have my files saved in the Files folder under my project. Where should I keep my files in the project so they can be found by the code? Thank you.
I think the solution is:
Add the file to the Files tab.
Last edited: