MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
LoadPlaylist Method (filePath)
NamespacesMPfm.SoundPlaylistToolsLoadPlaylist(String)
Returns the list of audio files from any of the following formats: M3U, M3U8, PLS and XSPF.
Declaration Syntax
C#Visual Basic
public static List<string> LoadPlaylist(
	string filePath
)
Public Shared Function LoadPlaylist ( _
	filePath As String _
) As List(Of String)
Parameters
filePath (String)
Playlist file path
Return Value
List of audio file paths

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)