How to create new subfolder and put own text file there to be accessed?
Autor: Tom G.
Visitado 770,
Followers 1,
Compartido 0
I want to create my own subfolder (for example "Files") and put there a text file (like "Address.txt") which I will access by name using my own code (as "Files/Address.txt").
How do I do that?
Thanks in advance for your responses!
Tom G.
Publicado en
The files directory is created by wx5, so you can optionally create a different directory on the server (eg txt) or insert your txt files into the existing directory and call it from there.
If you want to do without interferences on the server, you can also upload your txt-files as an internal file in the link on a page hidden in the menu.
JJ.