Expand Minimize
This topic has not yet been rated - Rate this topic

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

Public ReadOnly Property Path As String
   Get

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

Windows.Storage
Windows::Storage [C++]

Metadata

Windows.winmd

See also

StorageFolder

 

 

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.