Xceed .NET Libraries Documentation
DoName Property (DiskFolder)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > DiskFolder Class : DoName Property
Gets or sets the filename, without path, of the item.
Syntax
'Declaration
 
Protected Overrides Property DoName As String
'Usage
 
Dim instance As DiskFolder
Dim value As String
 
instance.DoName = value
 
value = instance.DoName
protected override string DoName {get; set;}

Property Value

A string that represents the filename, without path, of the item.
Remarks

When assigning a new name to this property, the physical item is immediately renamed if it exists. If it does not exist, the new name is cached and will be applied whenever this item is created. In either cases, if a physical item with the same name already exists, an exception is thrown.

The name of an item must not end with a path separator character.

The separator character is defined in System.IO.Path.DirectorySeparatorChar and System.IO.Path.AltDirectorySeparatorChar.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DiskFolder Class
DiskFolder Members
Base Implementation in DoName