Enum WinampFindPluginFlags
Flags to be used with FindPlugins(String, WinampFindPluginFlags).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Winamp.dll
Syntax
public enum WinampFindPluginFlags : int
CommaList
Return the result as a comma seperated list in the format: item1,item2,"item with , commas",item4,"item with space"
If not specified a list of null-terminated Ansi strings will be returned ending with a double-null.
Input
Find input plug-ins. Should and must always be specified.
Recursive
Recursively loop through all sub-directories as well.