MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SearchMediaFilesInFolders Method (folderPath, recursive)
NamespacesMPfm.LibraryLibrarySearchMediaFilesInFolders(String, Boolean)
Searches for songs in a specific folder, using recursivity or not.
Declaration Syntax
C#Visual Basic
public List<string> SearchMediaFilesInFolders(
	string folderPath,
	bool recursive
)
Public Function SearchMediaFilesInFolders ( _
	folderPath As String, _
	recursive As Boolean _
) As List(Of String)
Parameters
folderPath (String)
Path to search
recursive (Boolean)
Recursive (if true, will search for sub-folders)
Return Value
List of songs (file paths)

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