in reply to Re^2: Copying files from one file to another file
in thread Copying files from one file to another file

I want to save each key in one text file having the key-value's in each text file.

  • Comment on Re^3: Copying files from one file to another file

Replies are listed 'Best First'.
Re^4: Copying files from one file to another file
by poj (Abbot) on Feb 20, 2018 at 11:09 UTC
    key-value's in each text file.

    Yes but what is the name of that text file, is it the same as the key ?

      if I can give different names, tel me or else key will do it. I want to save these output files in one directory also. how to do it? I checked with your code, it worked thanks a lot.

Re^4: Copying files from one file to another file
by harishnv (Sexton) on Feb 21, 2018 at 04:48 UTC

    how to create only "right" or "wrong" as filenames? and save them in one directory? thanks for the help