Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StorageLibrary.SaveFolder Property

Definition

Namespace:
Windows.Storage

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Get the default save folder for the current library.

public:
 property StorageFolder ^ SaveFolder { StorageFolder ^ get(); };
StorageFolder SaveFolder();
public StorageFolder SaveFolder { get; }
var storageFolder = storageLibrary.saveFolder;
Public ReadOnly Property SaveFolder As StorageFolder

Property Value

The default save folder for the current library.

Applies to


Feedback

Was this page helpful?