Xceed .NET Libraries Documentation
DiskFolder Class
Members 


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : DiskFolder Class
Specialization of the AbstractFolder class that implements access to a disk folder.
Syntax
'Declaration
 
Public Class DiskFolder 
   Inherits AbstractFolder
'Usage
 
Dim instance As DiskFolder
public class DiskFolder : AbstractFolder 
Remarks
The class is bound by the limitations of the .NET framework on the length of filenames, folder names and paths. These limits can be bypassed by enabling the class to call Windows directly to access the disk.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.FileSystem.FileSystemItem
         Xceed.FileSystem.AbstractFolder
            Xceed.FileSystem.DiskFolder
               Xceed.FileSystem.Windows.WindowsDiskFolder

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 Members
Xceed.FileSystem Namespace

FileSystem

Accessing files with long names and/or paths on Windows