System.IO.IsolatedStorage.IsolatedStorageFile.GetFileNames Method

Enumerates the file names at the root of an isolated store.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public string[] GetFileNames ()

Returns

An array of relative paths of files at the root of the isolated store. A zero-length array specifies that there are no files at the root.

Remarks

This method is equivalent to using the IsolatedStorageFile.GetFileNames(string) method with "*" specified for the search pattern.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0