Archives / Search ›

Found a mini-bug in html.writeFile, probably my fault actually, but it assumes 'folder' is a string. Change:

path = string.mid (f, sizeOf (folder), infinity)

to:

path = string.mid (f, sizeOf (string (folder)), infinity)

and all should be happy, as I wait for the DocServer site to render locally.

Comments are closed.