public VirtualAlbumFile(Album album, VirtualFolder parent) : base(album.Name, parent) { Album = album; _realPath = Album.FilePath; _key = Album.Key; }
public Profile() { RootFolder = new VirtualFolder("root", null); }