Hi,
I need to check for files with & without extensions over the folders - some examples:
1. foldera\testfile.xt1 <--> folderb\testfile.xt2
2. foldera\testfile.xt1 <--> folderb\testfile
3. foldera\testfile <--> folderb\testfile
so basically, I need to check for files that have the same filename, but have different extensions and in some cases, no extension. No problem for files that have the same filename, and different extensions (option 1, above) but I cannot seem to check for options 2 and 3. Can anyone help me with this?
TIA
Anthony
I need to check for files with & without extensions over the folders - some examples:
1. foldera\testfile.xt1 <--> folderb\testfile.xt2
2. foldera\testfile.xt1 <--> folderb\testfile
3. foldera\testfile <--> folderb\testfile
so basically, I need to check for files that have the same filename, but have different extensions and in some cases, no extension. No problem for files that have the same filename, and different extensions (option 1, above) but I cannot seem to check for options 2 and 3. Can anyone help me with this?
TIA
Anthony
Comment