Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.38 KB | None | 0 0
  1.             string[] tiedosto = Directory.GetFiles(@"D:\Program Files\Valve\Steam\SteamApps\common\napoleon total war\data\", "*Europe In Conflict loc.pack", SearchOption.AllDirectories);
  2.             FileInfo info1 = new FileInfo(@"D:\Program Files\Valve\Steam\SteamApps\common\napoleon total war\data\");
  3.             foreach (string found in tiedosto) {
  4.                 Lista.Items.Add(found);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement