StorageFile.GetFileFromPathAsync | getFileFromPathAsync method

4 out of 20 rated this helpful - Rate this topic

Gets a StorageFile object to represent the file at the specified path.

Syntax


Windows.Storage.StorageFile.getFileFromPathAsync(path).done( /* Your success and error handlers */ );

Parameters

path

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The path of the file to get a StorageFile to represent.

If your path uses slashes, make sure you use backslashes (\). Forward slashes (/) are not accepted by this method.

Return value

Type: IAsyncOperation<StorageFile>

When this method completes, it returns the file as a StorageFile.

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

StorageFile

 

 

Build date: 2/25/2013

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