C# Class MP3_Organizer.TrackOrganizer

Afficher le fichier Open project: bluser86/MP3-Organizer Class Usage Examples

Méthodes publiques

Méthode Description
Index ( ) : void
Organize ( ) : void
ToString ( ) : string
TrackOrganizer ( string startIn, string destination, List allowed ) : System

Private Methods

Méthode Description
CreateDirectoryPath ( string trackPath ) : string
CreateFilePath ( string trackPath ) : string
DirectorySearch ( string startIn ) : void

Method Details

Index() public méthode

public Index ( ) : void
Résultat void

Organize() public méthode

public Organize ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TrackOrganizer() public méthode

public TrackOrganizer ( string startIn, string destination, List allowed ) : System
startIn string
destination string
allowed List
Résultat System