blah blah blah is here! blah blah » Close

1
votes
1 answers

comparing names of files with different extensions in C#

I'm still busy working on a project that checks a folder for incomming text and image files. Basically each text file has 2 image files linked. They have the same name, just the extension differs (.txt .jpg and .bmp). What I need to do is f ...

Feedback