notionhd
Creating Directories for Users
So I want to create a directory when the form loads. But, the issue I'm going to have if another person uses said program is that their computer name is not going to be the same. I searched on the website [ https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/file-system/how-to-create-a-file-or-folder ] stuff but I couldn't find anything related to creating a directory on a general computer..
Code I have:
And lets say you used it and your computer name was "Johnny" or something it obviously wouldn't work.. And that's what I need help with.. Any info where I can read about this or can someone just explain how to do such?
8 replies