FilenameParser Constructor
Creates a FilenameParser object and calls ParseFilename.
[Visual Basic]
Public Sub New( _
ByVal
filename As
String, _
ByVal
pattern As
String _
)
[C#]
public FilenameParser(
string filename,
string pattern);
Parameters
-
filename
- The filename which is to be parsed.
-
pattern
- A pattern containing zero or more of the following placeholders:
| placeholder | description |
|---|
| %A | Artist |
| %L | Album |
| %T | Title |
| %N | Track |
| %G | Genre |
| %C | Comment |
| %Y | Year |
See Also
FilenameParser Class | ID3Sync.IO Namespace