Create data/xxxx file for users
There are times when I want to store files that belong to the user that I want to keep between sessions but the application works easier if you specify a directory for the files rather than having to name every individual file.
This would allow me to store files in /sbbs/data/user/0001/filewhatever.txt
Then, if and when a user account is deleted, the /sbbs/data/user/xxxx directory is removed along with any xxxx files.
Others could then use that directory so /sbbs/data/user doesn't get filled will thousands of files.