Guest User

Playlist import

a guest
May 1st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.25 KB | None | 0 0
  1. // Writed for...ME!
  2. // Author: ZhenyaZERO
  3. PlaylistFile:TINiFile;
  4. PlaylistFile:=TIniFile.Create(path);
  5. for i:=0 to PlaylistFile.ReadInteger('File', 'Count', 0); do
  6. begin
  7. sFileListBox1.Items.Add(PlaylistFile.ReadString('File', inttostr(i), 'err'));
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment