ID:171958
 
When I close my server, I have it save a log of an bugs players post (I name it "Bug Log [public boot count].html" and of course I don't have it save the file if they don't submit one) and it puts all of them in the same folder as the code. How can I make it save in a sub folder? (C:\Program Files\Byond\Bin\[game]\Bug Logs) is what I had in mind
When you're specifying the name of the file, add the folder name and a slash on the beginning, like this:

Before: "Bug Log [public boot count].html"
After: "Bug Logs/Bug Log [public boot count].html"