Find images in a subfolder

I had an imagined need to show all pictures in a git repo for a li'l thing I'm doing. As I had to google to make this work, I figure I'd share how it's done FWIW:
  1. Navigate to the common root directory (C:\src\DevTeamRota\DevTeamRota\wwwroot in my case)
  2. Search for images (kind:image)
Pretty obvious in retrospect, but hey.





Comments

Popular posts from this blog

Auto Mapper and Record Types - will they blend?

Unit testing your Azure functions - part 2: Queues and Blobs

Testing WCF services with user credentials and binary endpoints