Xceed .NET Libraries Documentation
WindowsDiskFolder Class
Members 


Xceed.FileSystem.Windows Assembly > Xceed.FileSystem.Windows Namespace : WindowsDiskFolder Class
Specialization of the DiskFolder class that implements access to a Windows disk folder.
Syntax
'Declaration
 
Public Class WindowsDiskFolder 
   Inherits Xceed.FileSystem.DiskFolder
'Usage
 
Dim instance As WindowsDiskFolder
public class WindowsDiskFolder : Xceed.FileSystem.DiskFolder 
Example
Accessing files with long names and/or paths on Windows
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

WindowsDiskFolder Members
Xceed.FileSystem.Windows Namespace

FileSystem

Accessing files with long names and/or paths on Windows