Searches recursively for audio files in a folder. The file extensions must be specified
using the extensions parameter. This method is recursive.
Declaration Syntax
Public Shared Function SearchAudioFilesRecursive ( _
folderPath As String, _
extensions As String _
) As List(Of String)
Parameters
- folderPath (String)
- Main folder path
- extensions (String)
- File extensions to search, separated by a semi column (ex: MP3;FLAC;OGG;WAV)
Return Value
List of audio file paths
Assembly:
MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)