.ws
file with the same name as the script title. This file cannot be renamed or deleted.f = open('demofile.txt', 'r')
ORf = open('/<username>/<script_name>/demofile.txt', 'r')
File myObj = new File("demofile.txt");
ORFile myObj = new File("/<username>/<script_name>/demofile.txt");
src
attribute. However, you can make files public to generate a static URL that references the file, as shown below. <img src="https://wayscript.com/file?token=IjEyMjk0LTY0MSI.V_JeT6I-kLMqc8jDrChzBQCVI30">
ls
, cd
, and mkdir
, to interact with the WayScript File System.