You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I recognize that in most "real world" cases this is a bad idea, for teaching I would love an option to enable automatic listing of directories/files when serving a directory. This is helpful if I have a whole bunch of examples that I just want to click around through and show without having to build an index page and is also useful for just demonstrating how the directory structure is shown.
While I recognize that in most "real world" cases this is a bad idea, for teaching I would love an option to enable automatic listing of directories/files when serving a directory. This is helpful if I have a whole bunch of examples that I just want to click around through and show without having to build an index page and is also useful for just demonstrating how the directory structure is shown.
directoryList(true);
?enableDirectoryList();
?listDirectory(true);
?The text was updated successfully, but these errors were encountered: