Ejemplo n.º 1
0
        public string GetPath(SongInfo info)
        {
            string path = "cach\\" + OtherHelper.ReplaceValidFileName(info.SongAlbum + info.SongArtist);

            return(path);
        }