View Single Post
Old Jun 1st, 2006, 3:20 AM   #9
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 873
Rep Power: 4 The Dark is on a distinguished road
Quote:
Originally Posted by jazz
Hi,

Yes the program looks at all the files in the directory.

There is a directory, which has "n" number of directories and each sub-directory has files.

For example there is directory X, which has sub directories like 2924 and 3024(like the ones in red); and each subdirectory has files like 0108602924, 0108302924, 0108292924; and this file have the format of Layer code, SubCode, BrandCode and so on(part highlighted in green).

The below is the extract of a dump.



The attachment i posted in earlier message is also a dump of the files which jave to be sorted.

Jazz
Was there a question in there?

Currently your program sorts the input files one by one and puts the sorted output into output files of the same name. The dump file just shows the contents of these files one after the other, so it wont be fully sorted.
Are you supposed to be sorting the whole lot into one sorted output text file?
The Dark is offline   Reply With Quote