An> the save path is fine, and I verified it works, but how do I drop the trailing
An> slash for the story file? Was thinking:
>> const story = format('stories/%s', argv[0]);
backslash(str) adds a slash or backslash to 'str', depending whether you are on *nix or Windows. I don't think it actually checks to see if the path exists, if there's a file or dir there, etc.