Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / DiskFile Class
Members


    DiskFile Class
    Specialization of the AbstractFile class that implements access to a disk file.
    Syntax
    'Declaration
     
    Public Class DiskFile 
       Inherits AbstractFile
     
    'Usage
     
    Dim instance As DiskFile
    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.AbstractFile
                Xceed.FileSystem.DiskFile
                   Xceed.FileSystem.Windows.WindowsDiskFile

    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