System.IO.IsolatedStorage.IsolatedStorageFile.GetDirectoryNames Method

Enumerates the directories at the root of an isolated store.

Syntax

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

Returns

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

Remarks

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

Requirements

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