Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Writed for...ME!
- // Author: ZhenyaZERO
- PlaylistFile:TINiFile;
- PlaylistFile:=TIniFile.Create(path);
- for i:=0 to PlaylistFile.ReadInteger('File', 'Count', 0); do
- begin
- sFileListBox1.Items.Add(PlaylistFile.ReadString('File', inttostr(i), 'err'));
- end;
Advertisement
Add Comment
Please, Sign In to add comment