Can I get a listing of file names in a directory to go to a excel sheet ?
Here is what I am trying to do....
I am trying to mass list products to my website.
The vendor provided alot but not all of the images.
The images missing will be "Coming Soon"
How I figure out what the image name is, is by using the item
name, such as item abc123 is abc123.jpg
My problem is when they have a item abc123 but no image
exists. So what I want to figure out is, Get a listing of all the
images in a directory. I can match them up in excel. Then when the ones that dont match up with an image... Then I can either take the product out or put a image like a big star and says coming soon.
Thanks in advance.