Hi, my requirement is that I do gets and take user name as input. Now I have to create a file name with the same name as user name.
Next if I try to login as a same user from different client I need to check if that file with user. Txt already exists
If it exists then new file with same name must not be created
My problem is, how to compare user name with the name of the file
Program must be written in C