c# Need help with associating files to a profile
I have created a login system where it uses a dictionary to store username and password but for my project I want for these accounts to have there own unique files that only they can access to store files.
4 Replies
you mean for a user to store his data?
Yeah so my project is that they create music with this piano roll but I when they save their work or download music it will be only in their files
so how do you have in mind to realize that
i think i would make a folder for a user and store the files there
I've managed to do it