KnownFolders.Playlists Property

Definition

Gets the play lists folder.

public:
 static property StorageFolder ^ Playlists { StorageFolder ^ get(); };
static StorageFolder Playlists();
public static StorageFolder Playlists { get; }
var storageFolder = KnownFolders.playlists;
Public Shared ReadOnly Property Playlists As StorageFolder

Property Value

The play lists folder.

Windows requirements

App capabilities
musicLibrary

Remarks

To access the play lists folder, in the app manifest, specify the Music Library capability.

The play lists folder is typically a subfolder in the Music library that has the following path.

  • %USERPROFILE%\Music\Playlists

Applies to