Note

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

Access to this page requires authorization. You can try .

Windows.Storage.BulkAccess Namespace

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.

Provides classes for searching, accessing, managing, and retrieving information about files and folders in the storage system.

Provides quick access and retrieval of file and folder properties that are also available directly off StorageFile or StorageFolder objects (by using synchronous operations). These classes can be used to bind file system items to JavaScript ListView or XAML ListView and GridView controls.

Classes

Name Description
FileInformation

Provides synchronous access to the properties exposed off StorageFile and lets an app perform asynchronous file operations such as copy, delete, move, and rename.

FileInformationFactory

Used to load information about files and folders from the results of a query and to bind these file system items to JavaScript ListView or XAML ListView and GridView controls. After information is loaded, an app can then access that information quickly using synchronous operations.

FolderInformation

Provides synchronous access to the properties exposed off StorageFolder and lets an app perform asynchronous management operations such as delete and rename.

Interfaces

Name Description
IStorageItemInformation

Provides synchronous access to the properties of a file or folder in the file system.


Feedback

Was this page helpful?