StorageFolder.Path | path property
Gets the full file-system path of the current folder, if the folder has a path.
Important Although StorageFolder is supported in Windows Store apps, this member is also supported in desktop apps. To acquire a StorageFolder object in a desktop app, use Windows.ApplicationModel.Package.InstalledLocation.
Syntax
Property value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The full path of the folder, if the folder has a path in the user's file-system.
Remarks
Do not rely on this property to access a folder because some folders may not have file-system paths. For example if the folder is a file group, or is backed by a URI, or was picked using the file picker, the folder is not guaranteed to have a file-system path.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/16/2013