File Management Functions

The following table describes the functions you can use with device storage cards to manage files.

Function Description
EnumProjectsEx A Projects Control API function that enumerates folders in main memory or on a mountable file system, such as a storage card.
EnumProjectsFilesEx A Projects Control API function that enumerates all projects in main memory or on the specified mountable file system, such as a storage card.
FindFirstFlashCard A Projects Control API function that returns the handle to the first mountable file system, such as a storage card.
FindFirstProjectFile A Projects Control API function that searches a directory, subdirectory, or storage card for a file whose name matches the specified file name.
FindNextFlashCard A Projects Control API function that finds the next mountable file system, such as a storage card.
FindNextProjectFile A Projects Control API function that continues a file search from a previous call to the FindFirstProjectFile function.
SHGetAutoRunPath A Shell API function that searches for the first storage card and constructs the path that would be used to look for an autorun.exe file.
SHGetDocumentsFolder A Shell API function that retrieves the path to the documents directory.

See Also

How to: Enumerate Storage Cards

How to: List and Locate Storage Card Files

Managing Applications on Storage Cards with Autorun.exe

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.