StorageContainer.GetFileNames Method (String)
Enumerates files in the root directory of a StorageContainer that match a given pattern.
Namespace: Microsoft.Xna.Framework.Storage
Assembly: Microsoft.Xna.Framework.Storage (in microsoft.xna.framework.storage.dll)
Syntax
public string[] GetFileNames (
string searchPattern
)
Parameters
- searchPattern
Type: String
A search pattern. Both single-character ("?") and multicharacter ("*") wildcards are supported.
Return Value
An array of relative paths of files in the the root directory of StorageContainer scope that match searchPattern. A zero-length array specifies that there are no files that match.
Remarks
GetFileNames applies only to the root directory of the StorageContainer. It does not examine any subdirectories.
See Also
Reference
StorageContainer Class
StorageContainer Members
Microsoft.Xna.Framework.Storage Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP