The Load Text File() and Save Text File() commands allow manipulation of text files from JSL. Note that the paths in the following code are strings.
text = Load Text File( "path" );
Save Text File( "path", text );
Load Text File( "URL", <blob> );