Is it possible to query a folder in TSQL, from SQL Management Studio, and return a list of file names? If so, how?
CLR integration is also an option, if you're not comfortable with allowing xp_cmdshell to be executed.
See MSDN.