Can './files' directory in tiddlywiki server be changed?

I need to know if I can change ./files directory for serving static files to whatever I want. Is it possible?

No. However you might be able to use a symlink to work around that. The details of how to create a symlink will depend on your operating system.

Why not? It think it’s a missing feature.
The symlink solution is not an option here, because I want to link to ./ directory which contains ./files directory (?)

In wiki single file it allows to link to ./ files (or whatever you like)

Anyway I think it’s a documentation bug, isn’t?

I have no idea what you are referring to here, however contributions to help improve the documentation are always welcome.

But it is documented.

The single file tiddlywiki can use any directory because it’s all HTML/Javascript and there’s no way to prevent the use of a particular directory.

I believe Bob will let you define an alternative directory and TiddlyServer will serve up from anywhere.

I will just add you could use any server to serve up files that your tiddlywiki then relies on. There is recent discussion here on using WebDav and also the file uploads plugin which is another approach.