Mark, you can already set the file path root to something like / and have all the files on your computer available. I have had that as an option for almost as long as I have had the local file server on it.
The problem is that if you have a wiki on Foo than when you go to localhost:8080/Foo you get a wiki. If you have a wiki on Foo/Bar than when you go to localhost:8080/Foo/Bar you get a wiki. If you have files specific to Foo that are only supposed to be available to people who can view Foo, than those wikis are accessed using a url that starts with /files/Foo/, if you have files for the wiki at Foo/Bar that are only supposed job e visible to people who have access to that wiki they would be accessed using a url that starts with /files/Foo/Bar/ There is no way to distinguish between a file that is supposed to be associated with the wiki on Foo that is in a subfolder called Bar from a file that is supposed to be associated with the wiki on Foo/Bar The url /files/Foo/Bar/hi.jpg could be either situation. So to avoid that my current implementation finds the longest wiki name that is listed on the server. This could lead to problems if you have a wiki on Foo and have a subfolder Bar with files in it and everything works but then you make a wiki on Foo/Bar and suddenly those files aren't accessible. This has nothing really to do with where on the computer these files are located, it is a matter of how you address the files and control access to them. If you don't care about access control and want everything together just set the file path root to something like / and then you have access to the full computer. This is only for situations where you want to have files that are for specific wikis. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/24e6148f-6241-4dfb-baf3-ec6e6be9bae5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

