Xceed .NET Libraries Documentation
DiskFile Class
Members 


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : 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
public class DiskFile : AbstractFile 
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

Reference

DiskFile Members
Xceed.FileSystem Namespace

FileSystem

Accessing files with long names and/or paths on Windows