![]()
An array of relative paths of files in the isolated storage scope that match searchPattern. A zero-length array specifies that there are no files that match.
The searchPattern "Project\Data*.txt" will give all ".txt" files beginning with Data in the Project directory of the isolated storage scope. For complete description of search pattern strings, see System.IO.Directory.
For information about how to find directory names, see the IsolatedStorageFile.GetDirectoryNames(string) method.
The [<topic://cpconfindingexistingfilesdirectories>] example demonstrates the use of the IsolatedStorageFile.GetFileNames(string) method.