Gets the name of the file or directory.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property Name As String
	Get
C#
public abstract string Name { get; }

Return Value

The name of the file or directory.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also