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 |
|
|
Metadata |
|
See also
Build date: 2/25/2013