TabFS icon indicating copy to clipboard operation
TabFS copied to clipboard

Can't see or delete some watches files

Open canadaduane opened this issue 1 year ago • 0 comments

With javascript used as the filename, it appears some files can be "created" but then never again interacted with via the filesystem:

image

I believe it may be the square brackets in this case?

Possible solution: perhaps it would be more reliable on every FS to create a "request file" and "response file"? e.g.

mylisting.js // store the javascript to eval here
mylisting.output // TabFS puts the result here

canadaduane avatar May 29 '23 02:05 canadaduane