Click here to Skip to main content
15,881,559 members

Comments by Member 10042156 (Top 11 by date)

Member 10042156 29-May-14 23:42pm View    
if the file match that is the part I have struck. I have compare the names of the files and if the name of file1 matches the name of file2 then I have to do something but I have some conditions over there. like I have explained in the example. add_item_list is file I had itemmaster and itemlist then I have to copy the text in itemlist file only. Can you tell me the way how to do that.
Member 10042156 29-May-14 7:25am View    
I have to compare the file names and place the text of respective file into respective another file by matching filenames. I don't know how to compare those names.
Member 10042156 29-May-14 7:20am View    
Here my question is how to compare those file names and copy the string. I have compare if the words in the source file name matches with the destination file name.
Member 10042156 29-May-14 6:11am View    
I am having xsd files in one folder which contains queries in it and another file has controllers in it. I want to place the respective query into respective controller by matching file names. and how I am matching the filenames is what I said above. Is there any other way to match those file names? Can you tell me any other way to do this.
Member 10042156 29-May-14 5:11am View    
Deleted
I was new to coding. Can you explain clearly. Did you understand my question above in the example. actually the case is after splitting the string with '_' I have to compare each string in the array with my filename and if it matches in the more cases then only it should do the remaining. Here I have to compare every filename with every string in the array and match the file.