British_Bomber wrote:

I guess the short question is, in the HL2 SDK what would be the best way to get a file's name by only looking at it's extension?


You can't get a file's name by only looking at the extension.

Are you asking "What is a way that I can get the list of files from a
directory by using the file's extension?"?

Use FindFirstFile() and FindNextFile().

--
Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Reply via email to