Click or drag to resize
DirectoryItem Properties

The DirectoryItem type exposes the following members.

Properties
  Name Description
Public property Directories
Gets a DirectoryItem array containing all child directory items.
Public property Files
Gets a FileItem array containing all child file items.
Public property FullPath
Gets the full virtual path to the directory item.
Public property Location
Gets the virtual location of the directory item. When the item is not root, the value of this property should be string.Empty. The FileBrowser control recursively combines the names of all parent directory items in order to get the full virtual path of the item.
Public property Path
Gets the full virtual path to the directory item.
(Overrides FileBrowserItemPath.)
Top
See Also