Home Forums C Programming need help in adding a charecter to the file name

Viewing 3 reply threads
  • Author
    Posts
    • #2228
      Archie7891
      Participant

      Hello,

      if the account number is “abcd” then i need to have to check whether “abcd1” or “abcd2” or …… is existing or not.

      if it is not existing then i need to create it.

      so how can i do this

      any suggestions

    • #3608
      Archie7891
      Participant

      hello see i have an account name abcd already exixting in DB

      and i need to get that account number from the DB and then check in a particular location that, that particular file is present or not like abcd1 or2 or 3…

      and then suppose if abcd2 is present then it should create a new file by the name abcd3

      like this it should go on

      now i hope you can help me

    • #3609
      GWILouisaxwzkla
      Participant

      could just do this:

    • #3610
      LenoraRamsey
      Participant

      Try this code for you requirement It will solve you problem.
      As you want it will check for abcd if it is there it will check for abcd1 file.

Viewing 3 reply threads
  • The forum ‘C Programming’ is closed to new topics and replies.