Skip to content

Instantly share code, notes, and snippets.

@DexterHaslem
Created September 5, 2013 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DexterHaslem/6445830 to your computer and use it in GitHub Desktop.
Save DexterHaslem/6445830 to your computer and use it in GitHub Desktop.
valve VPC file lister, save my wrists
var folder = @"D:\ffsrc\ff-code-2013\mp\src\thirdparty\luabind";
foreach (var file in Directory.EnumerateFiles(folder, "*.hpp"))
Console.WriteLine(string.Format("$File\t\"{0}\"", new FileInfo(file).Name));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment